C# Class Bus.DefaultCompletionCallback

Inheritance: ICompletionCallback
Datei anzeigen Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Public Methods

Method Description
ExecuteCallback ( CompletionAcknowledgementMessage message ) : void
RegisterCallback ( Action onCompletion ) : void
WaitForCompletion ( ) : void
WaitForCompletion ( TimeSpan timeout ) : void

Method Details

ExecuteCallback() public method

public ExecuteCallback ( CompletionAcknowledgementMessage message ) : void
message Bus.InfrastructureMessages.CompletionAcknowledgementMessage
return void

RegisterCallback() public method

public RegisterCallback ( Action onCompletion ) : void
onCompletion Action
return void

WaitForCompletion() public method

public WaitForCompletion ( ) : void
return void

WaitForCompletion() public method

public WaitForCompletion ( TimeSpan timeout ) : void
timeout TimeSpan
return void