Method | Description | |
---|---|---|
BeginInvoke ( |
||
EndInvoke ( IAsyncResult result ) : object | ||
Invoke ( |
||
PerformStep ( ) : void | ||
SetCurrentStep ( int step ) : void | ||
SetStepInformation ( int increment, int total ) : void | ||
SetSummary ( string subDescription ) : void | ||
SetTitle ( string description ) : void |
public BeginInvoke ( |
||
method | ||
args | object | |
return | IAsyncResult |
public EndInvoke ( IAsyncResult result ) : object | ||
result | IAsyncResult | |
return | object |
public Invoke ( |
||
method | ||
args | object | |
return | object |
public SetStepInformation ( int increment, int total ) : void | ||
increment | int | |
total | int | |
return | void |
public SetSummary ( string subDescription ) : void | ||
subDescription | string | |
return | void |
public SetTitle ( string description ) : void | ||
description | string | |
return | void |