Condividi tramite


HttpRequestLifetimeFeature.RequestAborted Proprietà

Definizione

Oggetto CancellationToken che viene generato se la richiesta viene interrotta e l'applicazione deve interrompere l'elaborazione. Il token non verrà generato se la richiesta viene completata correttamente.

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

Valore della proprietà

Implementazioni

Si applica a