IOperationResultHandler Interface

Definition

Used with OperationExecutor to handle operation results.

public interface IOperationResultHandler
type IOperationResultHandler = interface
Public Interface IOperationResultHandler
Derived

Properties

Version

Gets the contract version of this handler.

Methods

OnError(String, String, String)

Invoked when an error occurs.

OnResult(Object)

Invoked when a result is available.

Applies to