C# 클래스 PSParallel.ProgressRecordExtension

파일 보기 프로젝트 열기: powercode/PSParallel

공개 메소드들

메소드 설명
Clone ( this record ) : System.Management.Automation.ProgressRecord
WithCurrentOperation ( this record, string currentOperation ) : System.Management.Automation.ProgressRecord
WithPercentCompleteAndSecondsRemaining ( this record, int percentComplete, int secondsRemaining ) : System.Management.Automation.ProgressRecord
WithRecordType ( this record, ProgressRecordType recordType ) : System.Management.Automation.ProgressRecord

비공개 메소드들

메소드 설명
CloneProgressRecord ( System.Management.Automation.ProgressRecord record ) : System.Management.Automation.ProgressRecord

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( this record ) : System.Management.Automation.ProgressRecord
record this
리턴 System.Management.Automation.ProgressRecord

WithCurrentOperation() 공개 정적인 메소드

public static WithCurrentOperation ( this record, string currentOperation ) : System.Management.Automation.ProgressRecord
record this
currentOperation string
리턴 System.Management.Automation.ProgressRecord

WithPercentCompleteAndSecondsRemaining() 공개 정적인 메소드

public static WithPercentCompleteAndSecondsRemaining ( this record, int percentComplete, int secondsRemaining ) : System.Management.Automation.ProgressRecord
record this
percentComplete int
secondsRemaining int
리턴 System.Management.Automation.ProgressRecord

WithRecordType() 공개 정적인 메소드

public static WithRecordType ( this record, ProgressRecordType recordType ) : System.Management.Automation.ProgressRecord
record this
recordType ProgressRecordType
리턴 System.Management.Automation.ProgressRecord