Share via


ProgressStatus(Nullable<Int32>, String) Constructor

Definition

Initializes a new instance of the ProgressStatus class.

public ProgressStatus (int? percentComplete, string description = "");
new Microsoft.VisualStudio.RpcContracts.ProgressReporting.ProgressStatus : Nullable<int> * string -> Microsoft.VisualStudio.RpcContracts.ProgressReporting.ProgressStatus
Public Sub New (percentComplete As Nullable(Of Integer), Optional description As String = "")

Parameters

percentComplete
Nullable<Int32>

The percentage of completion of the background work.

description
String

Optional Information about the current progress of the background work.

Applies to