C# Class BclExtras.Threading.OperationContext.EmptyProxy

Inheritance: IProgressTrackerProxy
Afficher le fichier Open project: scottwis/tiny

Méthodes publiques

Méthode Description
PerformStep ( ) : void
SetCurrentStep ( int step ) : void
SetIsCancelSupported ( bool value ) : void
SetStepInformation ( int increment, int total ) : void
SetSummary ( string summary ) : void
SetTitle ( string title ) : void

Method Details

PerformStep() public méthode

public PerformStep ( ) : void
Résultat void

SetCurrentStep() public méthode

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

SetIsCancelSupported() public méthode

public SetIsCancelSupported ( bool value ) : void
value bool
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 summary ) : void
summary string
Résultat void

SetTitle() public méthode

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