IOperationResultHandler 接口

定义

用于 OperationExecutor 处理操作结果。

public interface IOperationResultHandler
type IOperationResultHandler = interface
Public Interface IOperationResultHandler
派生

属性

Version

获取此处理程序的协定版本。

方法

OnError(String, String, String)

发生错误时调用。

OnResult(Object)

当结果可用时调用。

适用于