DevBackgroundWorkerWorkerSupportsCancellation 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 WorkerSupportsCancellation { get; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property WorkerSupportsCancellation As Boolean
Get
Dim instance As DevBackgroundWorker
Dim value As Boolean
value = instance.WorkerSupportsCancellation
public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property bool WorkerSupportsCancellation {
bool get ();
}
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member WorkerSupportsCancellation : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if supports asynchronous cancellation; otherwise,
.