Method | Description | |
---|---|---|
AbortReceiveOperation ( ) : void |
Allows the pipeline to flag that it has been aborted and the receive operation should be rolled back.
|
|
TransportReceiveContext ( IncomingMessage receivedMessage, TransportTransaction transportTransaction, |
Creates a new transport receive context.
|
public TransportReceiveContext ( IncomingMessage receivedMessage, TransportTransaction transportTransaction, |
||
receivedMessage | IncomingMessage | The received message. |
transportTransaction | TransportTransaction | The transport transaction. |
cancellationTokenSource | /// Allows the pipeline to flag that it has been aborted and the receive operation should be rolled back. /// It also allows the transport to communicate to the pipeline to abort if possible. /// | |
parentContext | IBehaviorContext | The parent context. |
return | System.Threading |