C# Class DeOps.Implementation.AsyncCoreFunction

Show file 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 property

public object[] Args
return object[]

Completed public property

public bool Completed
return bool

Method public property

public Delegate,System Method
return System.Delegate

Processed public property

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

Result public property

public object Result
return object