C# 클래스 Microsoft.ManagementConsole.Status

파일 보기 프로젝트 열기: SiteView/ECC8.13

Private Properties

프로퍼티 타입 설명
Close void
Initialize void
InternalComplete void
RegisterSponsor void
Status Microsoft.ManagementConsole.Internal
Status Microsoft.ManagementConsole.Internal

공개 메소드들

메소드 설명
Complete ( string completionText, bool success ) : void
ReportProgress ( int workProcessed, int totalWork, string statusText ) : void

비공개 메소드들

메소드 설명
Close ( ) : void
Initialize ( IRequestStatus requestStatus ) : void
InternalComplete ( string completionText, bool success ) : void
RegisterSponsor ( ) : void
Status ( ) : Microsoft.ManagementConsole.Internal
Status ( IRequestStatus requestStatus ) : Microsoft.ManagementConsole.Internal

메소드 상세

Complete() 공개 메소드

public Complete ( string completionText, bool success ) : void
completionText string
success bool
리턴 void

ReportProgress() 공개 메소드

public ReportProgress ( int workProcessed, int totalWork, string statusText ) : void
workProcessed int
totalWork int
statusText string
리턴 void