C# Class Mono.Addins.Setup.ProgressMonitoring.ProgressStatusMonitor

Inheritance: System.MarshalByRefObject, IProgressMonitor
Afficher le fichier Open project: mono/mono-addins

Méthodes publiques

Méthode Description
BeginStepTask ( string name, int totalWork, int stepSize ) : void
BeginTask ( string name, int totalWork ) : void
Cancel ( ) : void
Dispose ( ) : void
EndTask ( ) : void
GetProgressMonitor ( IProgressStatus status ) : IProgressMonitor
ProgressStatusMonitor ( IProgressStatus status ) : System
ReportError ( string message, Exception ex ) : void
ReportWarning ( string message ) : void
Step ( int work ) : void

Private Methods

Méthode Description
FlushLog ( ) : void
WriteLog ( string text ) : void

Method Details

BeginStepTask() public méthode

public BeginStepTask ( string name, int totalWork, int stepSize ) : void
name string
totalWork int
stepSize int
Résultat void

BeginTask() public méthode

public BeginTask ( string name, int totalWork ) : void
name string
totalWork int
Résultat void

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndTask() public méthode

public EndTask ( ) : void
Résultat void

GetProgressMonitor() public static méthode

public static GetProgressMonitor ( IProgressStatus status ) : IProgressMonitor
status IProgressStatus
Résultat IProgressMonitor

ProgressStatusMonitor() public méthode

public ProgressStatusMonitor ( IProgressStatus status ) : System
status IProgressStatus
Résultat System

ReportError() public méthode

public ReportError ( string message, Exception ex ) : void
message string
ex System.Exception
Résultat void

ReportWarning() public méthode

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

Step() public méthode

public Step ( int work ) : void
work int
Résultat void