Method | Description | |
---|---|---|
DeleteSnapshot ( ) : void | ||
Invoke ( LogicalMessage outgoingLogicalMessage, DeliveryOptions options, EndpointConfiguration configuration, TransportMessage incomingTransportMessage = null ) : System.Threading.Tasks.Task | ||
OutgoingPipeline ( ) : System | ||
TakeSnapshot ( ) : void |
Method | Description | |
---|---|---|
IOutgoingLogicalStepRegisterer ( Func |
||
IOutgoingLogicalStepRegisterer ( IOutgoingLogicalStep step ) : IOutgoingLogicalStepRegisterer | ||
IOutgoingTransportStepRegisterer ( Func |
||
IOutgoingTransportStepRegisterer ( IOutgoingTransportStep step ) : IOutgoingTransportStepRegisterer | ||
InvokeLogical ( AsyncDolls.Pipeline.Outgoing.OutgoingLogicalContext context ) : System.Threading.Tasks.Task | ||
InvokeTransport ( AsyncDolls.Pipeline.Outgoing.OutgoingTransportContext context ) : System.Threading.Tasks.Task |
public Invoke ( LogicalMessage outgoingLogicalMessage, DeliveryOptions options, EndpointConfiguration configuration, TransportMessage incomingTransportMessage = null ) : System.Threading.Tasks.Task | ||
outgoingLogicalMessage | LogicalMessage | |
options | DeliveryOptions | |
configuration | EndpointConfiguration | |
incomingTransportMessage | TransportMessage | |
return | System.Threading.Tasks.Task |