次の方法で共有


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

適用対象