Class OperationMessage
An operation message.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Kephas.Operations
Assembly: Kephas.Core.dll
Syntax
public class OperationMessage : IOperationMessage
Constructors
| Improve this Doc View SourceOperationMessage(String)
Initializes a new instance of the OperationMessage class.
Declaration
public OperationMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Properties
| Improve this Doc View SourceMessage
Gets the message.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String | The message. |
Timestamp
Gets the timestamp.
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The timestamp. |
Methods
| Improve this Doc View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()