C# Class Kamsar.WebConsole.TeeProgressStatus

"Splits" a progress status to multiple destination progress objects This is useful when you may want to send progress output both to a file log and a webconsole, or other multi-destination tasks.
Inheritance: IProgressStatus
Afficher le fichier Open project: kamsar/Kamsar.WebConsole

Méthodes publiques

Méthode Description
Report ( int percent ) : void
ReportException ( Exception exception ) : void
ReportStatus ( string statusMessage ) : void
ReportStatus ( string statusMessage, MessageType type ) : void
ReportTransientStatus ( string statusMessage ) : void
TeeProgressStatus ( ) : System

Method Details

Report() public méthode

public Report ( int percent ) : void
percent int
Résultat void

ReportException() public méthode

public ReportException ( Exception exception ) : void
exception System.Exception
Résultat void

ReportStatus() public méthode

public ReportStatus ( string statusMessage ) : void
statusMessage string
Résultat void

ReportStatus() public méthode

public ReportStatus ( string statusMessage, MessageType type ) : void
statusMessage string
type MessageType
Résultat void

ReportTransientStatus() public méthode

public ReportTransientStatus ( string statusMessage ) : void
statusMessage string
Résultat void

TeeProgressStatus() public méthode

public TeeProgressStatus ( ) : System
Résultat System