OperationExecutor.OperationBase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示作業。
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 。 |