AsyncJob.WriteProgress 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.
Overloads
| WriteProgress(ProgressRecord) | |
| WriteProgress(Int64, ProgressRecord) |
WriteProgress(ProgressRecord)
public void WriteProgress (System.Management.Automation.ProgressRecord progressRecord);
abstract member WriteProgress : System.Management.Automation.ProgressRecord -> unit
override this.WriteProgress : System.Management.Automation.ProgressRecord -> unit
override this.WriteProgress : System.Management.Automation.ProgressRecord -> unit
Public Sub WriteProgress (progressRecord As ProgressRecord)
Parameters
- progressRecord
- ProgressRecord
Implements
Applies to
WriteProgress(Int64, ProgressRecord)
public void WriteProgress (long sourceId, System.Management.Automation.ProgressRecord progressRecord);
abstract member WriteProgress : int64 * System.Management.Automation.ProgressRecord -> unit
override this.WriteProgress : int64 * System.Management.Automation.ProgressRecord -> unit
override this.WriteProgress : int64 * System.Management.Automation.ProgressRecord -> unit
Public Sub WriteProgress (sourceId As Long, progressRecord As ProgressRecord)
Parameters
- sourceId
- Int64
- progressRecord
- ProgressRecord