C# Class WebApplications.Utilities.Threading.TokenSource

Inheritance: ITokenSource
Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

TokenSource ( CancellationToken token ) : System.Threading

Initializes a new instance of the TokenSource class.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

TokenSource() public méthode

Initializes a new instance of the TokenSource class.
public TokenSource ( CancellationToken token ) : System.Threading
token System.Threading.CancellationToken The token.
Résultat System.Threading