C# Class Microsoft.ManagementConsole.AsyncDelegate

Inheritance: IAsyncResult
Show file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
AsyncDelegate ( Delegate asyncDelegate, object args ) : System
Execute ( bool completeSync ) : void

Method Details

AsyncDelegate() public method

public AsyncDelegate ( Delegate asyncDelegate, object args ) : System
asyncDelegate System.Delegate
args object
return System

Execute() public method

public Execute ( bool completeSync ) : void
completeSync bool
return void