C# Class Microsoft.ManagementConsole.Status

Afficher le fichier Open project: SiteView/ECC8.13

Private Properties

Свойство Type Description
Close void
Initialize void
InternalComplete void
RegisterSponsor void
Status Microsoft.ManagementConsole.Internal
Status Microsoft.ManagementConsole.Internal

Méthodes publiques

Méthode Description
Complete ( string completionText, bool success ) : void
ReportProgress ( int workProcessed, int totalWork, string statusText ) : void

Private Methods

Méthode Description
Close ( ) : void
Initialize ( IRequestStatus requestStatus ) : void
InternalComplete ( string completionText, bool success ) : void
RegisterSponsor ( ) : void
Status ( ) : Microsoft.ManagementConsole.Internal
Status ( IRequestStatus requestStatus ) : Microsoft.ManagementConsole.Internal

Method Details

Complete() public méthode

public Complete ( string completionText, bool success ) : void
completionText string
success bool
Résultat void

ReportProgress() public méthode

public ReportProgress ( int workProcessed, int totalWork, string statusText ) : void
workProcessed int
totalWork int
statusText string
Résultat void