Interface IResponseMessage
Interface for a simple response message.
Namespace: Kephas.Messaging.Messages
Assembly: Kephas.Messaging.dll
Syntax
public interface IResponseMessage : IResponse, IMessage
Properties
| Improve this Doc View SourceMessage
Gets or sets the informational message.
Declaration
string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The informational message. |
Severity
Gets or sets the severity.
Declaration
SeverityLevel Severity { get; set; }
Property Value
Type | Description |
---|---|
SeverityLevel | The severity. |