C# Class TrackProgress.ProgressNotifier

Afficher le fichier Open project: KilskyreMan/JiraToTfs Class Usage Examples

Méthodes publiques

Méthode Description
ProgressNotifier ( PercentComplete clientToNotify, int recordCount )
UpdateProgress ( ) : void

Private Methods

Méthode Description
clientAvailable ( ) : bool
notifyClient ( ) : void

Method Details

ProgressNotifier() public méthode

public ProgressNotifier ( PercentComplete clientToNotify, int recordCount )
clientToNotify PercentComplete
recordCount int

UpdateProgress() public méthode

public UpdateProgress ( ) : void
Résultat void