Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NanoByte
Common
Tasks
CancellationTokenSource
C# Class NanoByte.Common.Tasks.CancellationTokenSource
Signals to
CancellationToken
s that they should be canceled.
Unlike the built-in CancellationToken type of .NET the NanoByte.Common variant supports remoting.
Inheritance:
MarshalNoTimeout
,
IDisposable
Afficher le fichier
Open project: nano-byte/common
Class Usage Examples
Private Properties
Свойство
Type
Description
Méthodes publiques
Méthode
Description
Cancel
( ) :
void
Notifies all listening
CancellationToken
s that operations should be canceled.
Dispose
( ) :
void
ToString
( ) :
string
Method Details
Cancel()
public
méthode
Notifies all listening
CancellationToken
s that operations should be canceled.
public
Cancel
( ) :
void
Résultat
void
Dispose()
public
méthode
public
Dispose
( ) :
void
Résultat
void
ToString()
public
méthode
public
ToString
( ) :
string
Résultat
string