OperationExecutor.OperationBase Sınıf

Tanım

Bir işlemi temsil eder.

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
Devralma
OperationExecutor.OperationBase
Devralma
OperationExecutor.OperationBase
Türetilmiş

Oluşturucular

OperationExecutor.OperationBase(IOperationResultHandler)

OperationExecutor.OperationBase sınıfının yeni bir örneğini başlatır.

OperationExecutor.OperationBase(Object)

OperationExecutor.OperationBase sınıfının yeni bir örneğini başlatır.

Yöntemler

Execute(Action)

Özel durumları 'a geçirme eylemi IOperationResultHandler yürütür.

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

Sonuçları veya özel durumları 'a geçirme eylemlerini IOperationResultHandler yürütür.

Execute<T>(Func<T>)

Sonucu veya özel durumları 'a geçirme eylemlerini IOperationResultHandler yürütür.

Şunlara uygulanır