C# Class Bloom.ToPalaso.Experimental.ProgressDialogForeground.ApplicationDoEventsProgress

Everytime some progress is reported, we just let the UI update
Inheritance: IProgress
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode Description
WriteError ( string message ) : void
WriteException ( Exception error ) : void
WriteMessage ( string message ) : void
WriteMessageWithColor ( string colorName, string message ) : void
WriteStatus ( string message ) : void
WriteVerbose ( string message ) : void
WriteWarning ( string message ) : void

Method Details

WriteError() public méthode

public WriteError ( string message ) : void
message string
Résultat void

WriteException() public méthode

public WriteException ( Exception error ) : void
error System.Exception
Résultat void

WriteMessage() public méthode

public WriteMessage ( string message ) : void
message string
Résultat void

WriteMessageWithColor() public méthode

public WriteMessageWithColor ( string colorName, string message ) : void
colorName string
message string
Résultat void

WriteStatus() public méthode

public WriteStatus ( string message ) : void
message string
Résultat void

WriteVerbose() public méthode

public WriteVerbose ( string message ) : void
message string
Résultat void

WriteWarning() public méthode

public WriteWarning ( string message ) : void
message string
Résultat void