Show / Hide Table of Contents

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 Source

Default

Default order

Declaration
public const int Default = 1000
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Post

Post-default handler

Declaration
public const int Post = 1100
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Pre

Pre-default handler

Declaration
public const int Pre = 900
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX