다음을 통해 공유


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.

적용 대상