Method | Description | |
---|---|---|
PerformStep ( ) : void | ||
SetCurrentStep ( int current ) : void | ||
SetIsCancelAllowed ( bool value ) : void | ||
SetStepInformation ( int total ) : void | ||
SetStepInformation ( int increment, int total ) : void | ||
SetSummary ( string msg ) : void | ||
SetTitle ( string msg ) : void | ||
ThrowIfCanceled ( ) : void |
Method | Description | |
---|---|---|
OperationContext ( IProgressTrackerProxy dialog ) : System |
public SetIsCancelAllowed ( bool value ) : void | ||
value | bool | |
return | void |
public SetStepInformation ( int total ) : void | ||
total | int | |
return | void |
public SetStepInformation ( int increment, int total ) : void | ||
increment | int | |
total | int | |
return | void |