OperationExecutor.OperationBase 类

定义

表示操作。

public abstract class OperationExecutor.OperationBase
public abstract class OperationExecutor.OperationBase : MarshalByRefObject
type OperationExecutor.OperationBase = class
type OperationExecutor.OperationBase = class
    inherit MarshalByRefObject
Public MustInherit Class OperationExecutor.OperationBase
Public MustInherit Class OperationExecutor.OperationBase
Inherits MarshalByRefObject
继承
OperationExecutor.OperationBase
继承
OperationExecutor.OperationBase
派生

构造函数

OperationExecutor.OperationBase(IOperationResultHandler)

初始化 OperationExecutor.OperationBase 类的新实例。

OperationExecutor.OperationBase(Object)

初始化 OperationExecutor.OperationBase 类的新实例。

方法

Execute(Action)

执行将异常传递给 的操作 IOperationResultHandler

Execute<T>(Func<IEnumerable<T>>)

执行将结果或异常传递给 的操作 IOperationResultHandler

Execute<T>(Func<T>)

执行将结果或异常传递给 的操作 IOperationResultHandler

适用于