Enum MessagePipelinePositions
Defines the position of a message processing component in the message processing pipeline.
Namespace: Nevatech.Vsb.Repository.Processing
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[Flags]
public enum MessagePipelinePositions : byte
Fields
| Name | Description |
|---|---|
| All | All positions. |
| InboundRequest | Processing request message in an inbound endpoint. |
| InboundResponse | Processing response message in an inbound endpoint. |
| None | Default unassigned value. |
| OutboundRequest | Processing request message in an outbound endpoint. |
| OutboundResponse | Processing response message in an outbound endpoint. |