Class CommandHandlerOrder
Suggested orders for command handler pipelines
Inheritance
System.Object
CommandHandlerOrder
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public class CommandHandlerOrder : object
Fields
| Improve this Doc View SourceDefault
Default order
Declaration
public const int Default = null
Field Value
Type | Description |
---|---|
System.Int32 |
Post
Post-default handler
Declaration
public const int Post = null
Field Value
Type | Description |
---|---|
System.Int32 |
Pre
Pre-default handler
Declaration
public const int Pre = null
Field Value
Type | Description |
---|---|
System.Int32 |