C# 클래스 DeOps.Implementation.AsyncCoreFunction

파일 보기 프로젝트 열기: swax/DeOps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Args object[]
Completed bool
Method System.Delegate
Processed System.Threading.ManualResetEvent
Result object

공개 메소드들

메소드 설명
AsyncCoreFunction ( Delegate method ) : System

메소드 상세

AsyncCoreFunction() 공개 메소드

public AsyncCoreFunction ( Delegate method ) : System
method System.Delegate
리턴 System

프로퍼티 상세

Args 공개적으로 프로퍼티

public object[] Args
리턴 object[]

Completed 공개적으로 프로퍼티

public bool Completed
리턴 bool

Method 공개적으로 프로퍼티

public Delegate,System Method
리턴 System.Delegate

Processed 공개적으로 프로퍼티

public ManualResetEvent,System.Threading Processed
리턴 System.Threading.ManualResetEvent

Result 공개적으로 프로퍼티

public object Result
리턴 object