OperationCanceledException.CancellationToken Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un jeton associé à l'opération annulée.
public:
property System::Threading::CancellationToken CancellationToken { System::Threading::CancellationToken get(); };
public System.Threading.CancellationToken CancellationToken { get; }
member this.CancellationToken : System.Threading.CancellationToken
Public ReadOnly Property CancellationToken As CancellationToken
Valeur de propriété
Jeton associé à l'opération annulée ou jeton par défaut.
Remarques
Si le jeton est associé à une opération annulée, la CancellationToken.IsCancellationRequested propriété du jeton retourne true
.