C# Class BclExtras.Threading.OperationContext

Base implementation of IOperationContext
Afficher le fichier Open project: scottwis/tiny

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
OperationContext ( IProgressTrackerProxy dialog ) : System

Method Details

PerformStep() public méthode

public PerformStep ( ) : void
Résultat void

SetCurrentStep() public méthode

public SetCurrentStep ( int current ) : void
current int
Résultat void

SetIsCancelAllowed() public méthode

public SetIsCancelAllowed ( bool value ) : void
value bool
Résultat void

SetStepInformation() public méthode

public SetStepInformation ( int total ) : void
total int
Résultat void

SetStepInformation() public méthode

public SetStepInformation ( int increment, int total ) : void
increment int
total int
Résultat void

SetSummary() public méthode

public SetSummary ( string msg ) : void
msg string
Résultat void

SetTitle() public méthode

public SetTitle ( string msg ) : void
msg string
Résultat void

ThrowIfCanceled() public méthode

public ThrowIfCanceled ( ) : void
Résultat void