Show / Hide Table of Contents

Class Command

Represents a command message.

Inheritance
Object
Command
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
[Serializable]
public abstract class Command : Message

Constructors

Command()

Creates a new Command instance.

Declaration
protected 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
Message.CorrelationId

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

Implements
Message.TraceId

Extension Methods

ObjectExtensions.DeepClone<T>(T)
MessageExtensions.IsOnlyForInternalOwner<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX