Class Command
Represents a command message.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
[Serializable]
public abstract class Command : Message
Constructors
Command()
Properties
CorrelationId
Gets or sets a correlation id that can be used to correlate different actions that is going on in a system.
Declaration
public virtual Guid CorrelationId { get; set; }
Property Value
System.Guid
|
Implements
TraceId
Gets the trace id that can be used to trace different actions that is going on in a system.
Declaration
public virtual string TraceId { get; }
Property Value
String
|