Show / Hide Table of Contents

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 Source

Default

Default order

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

Post

Post-default handler

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

Pre

Pre-default handler

Declaration
public const int Pre = null
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall