C# Class BclExtras.Threading.ProgressTrackerFactory.HiddenProgressTracker

Used when there is not actually a progress dialog but one is neeeded so that a null is not passed
Inheritance: IProgressTracker
Afficher le fichier Open project: scottwis/tiny

Méthodes publiques

Méthode Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method, object args ) : object
PerformStep ( ) : void
SetCurrentStep ( int step ) : void
SetStepInformation ( int increment, int total ) : void
SetSummary ( string subDescription ) : void
SetTitle ( string description ) : void

Method Details

BeginInvoke() public méthode

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
Résultat IAsyncResult

EndInvoke() public méthode

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
Résultat object

Invoke() public méthode

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
Résultat object

PerformStep() public méthode

public PerformStep ( ) : void
Résultat void

SetCurrentStep() public méthode

public SetCurrentStep ( int step ) : void
step 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 subDescription ) : void
subDescription string
Résultat void

SetTitle() public méthode

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