C# Class PSParallel.ProgressRecordExtension

Afficher le fichier Open project: powercode/PSParallel

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CloneProgressRecord ( System.Management.Automation.ProgressRecord record ) : System.Management.Automation.ProgressRecord

Method Details

Clone() public static méthode

public static Clone ( this record ) : System.Management.Automation.ProgressRecord
record this
Résultat System.Management.Automation.ProgressRecord

WithCurrentOperation() public static méthode

public static WithCurrentOperation ( this record, string currentOperation ) : System.Management.Automation.ProgressRecord
record this
currentOperation string
Résultat System.Management.Automation.ProgressRecord

WithPercentCompleteAndSecondsRemaining() public static méthode

public static WithPercentCompleteAndSecondsRemaining ( this record, int percentComplete, int secondsRemaining ) : System.Management.Automation.ProgressRecord
record this
percentComplete int
secondsRemaining int
Résultat System.Management.Automation.ProgressRecord

WithRecordType() public static méthode

public static WithRecordType ( this record, ProgressRecordType recordType ) : System.Management.Automation.ProgressRecord
record this
recordType ProgressRecordType
Résultat System.Management.Automation.ProgressRecord