C# Class NanoByte.Common.Tasks.CancellationTokenSource

Signals to CancellationTokens 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 CancellationTokens that operations should be canceled.

Dispose ( ) : void
ToString ( ) : string

Method Details

Cancel() public méthode

Notifies all listening CancellationTokens 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