Class CommandHandlerOrder
Suggested orders for command handler pipelines
Inheritance
System.Object
CommandHandlerOrder
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)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public class CommandHandlerOrder
Fields
| Improve this Doc View SourceDefault
Default order
Declaration
public const int Default = 1000
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Post
Post-default handler
Declaration
public const int Post = 1100
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Pre
Pre-default handler
Declaration
public const int Pre = 900
Field Value
| Type | Description |
|---|---|
| System.Int32 |