C# Class IronSmarkets.System.Threading.CancellationToken

Afficher le fichier Open project: smarkets/IronSmarkets

Private Properties

Свойство Type Description
CorrectlyInitialize void

Méthodes publiques

Méthode Description
CancellationToken ( bool canceled ) : System
Equals ( CancellationToken other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
Register ( System.Action callback ) : System.Threading.CancellationTokenRegistration
Register ( System.Action callback, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
Register ( Action callback, object state ) : System.Threading.CancellationTokenRegistration
Register ( Action callback, object state, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
ThrowIfCancellationRequested ( ) : void
operator ( ) : bool

Private Methods

Méthode Description
CorrectlyInitialize ( ) : void

Method Details

CancellationToken() public méthode

public CancellationToken ( bool canceled ) : System
canceled bool
Résultat System

Equals() public méthode

public Equals ( CancellationToken other ) : bool
other CancellationToken
Résultat bool

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Register() public méthode

public Register ( System.Action callback ) : System.Threading.CancellationTokenRegistration
callback System.Action
Résultat System.Threading.CancellationTokenRegistration

Register() public méthode

public Register ( System.Action callback, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
callback System.Action
useSynchronizationContext bool
Résultat System.Threading.CancellationTokenRegistration

Register() public méthode

public Register ( Action callback, object state ) : System.Threading.CancellationTokenRegistration
callback Action
state object
Résultat System.Threading.CancellationTokenRegistration

Register() public méthode

public Register ( Action callback, object state, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
callback Action
state object
useSynchronizationContext bool
Résultat System.Threading.CancellationTokenRegistration

ThrowIfCancellationRequested() public méthode

public ThrowIfCancellationRequested ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool