TESSA Web API
Preparing search index...
Core.Scope
CancellationToken
Class CancellationToken
Index
Constructors
constructor
Accessors
cancelled
Methods
dispose
throw
If
Cancelled
Constructors
constructor
new
CancellationToken
(
_cancelled
?:
null
|
(
()
=>
boolean
)
,
_reason
?:
null
|
(
()
=>
string
)
,
_dispose
?:
null
|
VoidFunction
,
)
:
CancellationToken
Parameters
_cancelled
:
null
|
(
()
=>
boolean
)
= null
_reason
:
null
|
(
()
=>
string
)
= null
_dispose
:
null
|
VoidFunction
= null
Returns
CancellationToken
Accessors
cancelled
get
cancelled
()
:
boolean
Returns
boolean
Methods
dispose
dispose
()
:
void
Returns
void
throw
If
Cancelled
throwIfCancelled
()
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
cancelled
Methods
dispose
throw
If
Cancelled
TESSA Web API
Loading...