Property | Type | Description | |
---|---|---|---|
Close | void | ||
Initialize | void | ||
InternalComplete | void | ||
RegisterSponsor | void | ||
Status | Microsoft.ManagementConsole.Internal | ||
Status | Microsoft.ManagementConsole.Internal |
Method | Description | |
---|---|---|
Complete ( string completionText, bool success ) : void | ||
ReportProgress ( int workProcessed, int totalWork, string statusText ) : void |
Method | 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 |
public Complete ( string completionText, bool success ) : void | ||
completionText | string | |
success | bool | |
return | void |
public ReportProgress ( int workProcessed, int totalWork, string statusText ) : void | ||
workProcessed | int | |
totalWork | int | |
statusText | string | |
return | void |