Udostępnij przez


OperationExecutor.OperationBase Klasa

Definicja

Reprezentuje operację.

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
Dziedziczenie
OperationExecutor.OperationBase
Dziedziczenie
OperationExecutor.OperationBase
Pochodne

Konstruktory

OperationExecutor.OperationBase(IOperationResultHandler)

Inicjuje nowe wystąpienie klasy OperationExecutor.OperationBase.

OperationExecutor.OperationBase(Object)

Inicjuje nowe wystąpienie klasy OperationExecutor.OperationBase.

Metody

Execute(Action)

Wykonuje akcję przekazującą wyjątki do elementu IOperationResultHandler.

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

Wykonuje akcję przekazującą wyniki lub wyjątki do elementu IOperationResultHandler.

Execute<T>(Func<T>)

Wykonuje akcję przekazującą wynik lub wyjątki do elementu IOperationResultHandler.

Dotyczy