DevBackgroundWorkerWorkerReportsProgress Property
Namespace: DevCase.Runtime.ThreadingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public bool WorkerReportsProgress { get; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property WorkerReportsProgress As Boolean
Get
Dim instance As DevBackgroundWorker
Dim value As Boolean
value = instance.WorkerReportsProgress
public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property bool WorkerReportsProgress {
bool get ();
}
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member WorkerReportsProgress : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if can report progress updates; otherwise,
.