IHttpRequestLifetimeFeature.RequestAborted 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.
CancellationToken qui se déclenche si la demande est abandonnée et que le traitement de l’application doit cesser. Le jeton ne se déclenche pas si la demande se termine correctement.
public:
property System::Threading::CancellationToken RequestAborted { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public System.Threading.CancellationToken RequestAborted { get; set; }
member this.RequestAborted : System.Threading.CancellationToken with get, set
Public Property RequestAborted As CancellationToken