Click or drag to resize

IExecutionCallback<T> Methods

The IExecutionCallback<T> generic type exposes the following members.

Methods
  NameDescription
Public methodOnFailure
Called when an execution is completed with an error.
Public methodOnResponse
Called when an execution is completed successfully.
Top
See Also