Click or drag to resize

ScriptEventArgsCancelToken Property

Notifies downstream asynchronous methods to cancel their execution.

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property CancelToken As CancellationToken
	Get

Property Value

Type: CancellationToken
Remarks
This token is provided by a controlling source and should be passed down the call stack to asynchronous methods so the chain of execution can be canceled.
See Also