C# Class DeOps.Implementation.AsyncCoreFunction

ファイルを表示 Open project: swax/DeOps Class Usage Examples

Public Properties

Property Type Description
Args object[]
Completed bool
Method System.Delegate
Processed System.Threading.ManualResetEvent
Result object

Public Methods

Method Description
AsyncCoreFunction ( Delegate method ) : System

Method Details

AsyncCoreFunction() public method

public AsyncCoreFunction ( Delegate method ) : System
method System.Delegate
return System

Property Details

Args public_oe property

public object[] Args
return object[]

Completed public_oe property

public bool Completed
return bool

Method public_oe property

public Delegate,System Method
return System.Delegate

Processed public_oe property

public ManualResetEvent,System.Threading Processed
return System.Threading.ManualResetEvent

Result public_oe property

public object Result
return object