Interface IOperationMessage
Contract for data operation messages.
Namespace: Kephas.Operations
Assembly: Kephas.Core.dll
Syntax
public interface IOperationMessage
Properties
| Improve this Doc View SourceMessage
Gets the message.
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
System.String | The message. |
Timestamp
Gets the timestamp.
Declaration
DateTimeOffset Timestamp { get; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The timestamp. |