ProgressStatus(Nullable<Int32>, String) Constructor
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.
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
- description
- String
Optional Information about the current progress of the background work.