SshBaseCmdlet.UpdateProgressBar(ProgressRecord, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected internal void UpdateProgressBar (System.Management.Automation.ProgressRecord record, string statusMessage, int percentComplete);
member this.UpdateProgressBar : System.Management.Automation.ProgressRecord * string * int -> unit
Protected Friend Sub UpdateProgressBar (record As ProgressRecord, statusMessage As String, percentComplete As Integer)
Parameters
- record
- ProgressRecord
- statusMessage
- String
- percentComplete
- Int32