Share via


ProgressReporterOptions(Boolean) Constructor

Definition

Initializes a new instance of the ProgressReporterOptions class.

public ProgressReporterOptions (bool isWorkCancellable);
new Microsoft.VisualStudio.RpcContracts.ProgressReporting.ProgressReporterOptions : bool -> Microsoft.VisualStudio.RpcContracts.ProgressReporting.ProgressReporterOptions
Public Sub New (isWorkCancellable As Boolean)

Parameters

isWorkCancellable
Boolean

Indicates whether the background work is cancellable.

Applies to