IHostApplicationLifetime.ApplicationStopping Eigenschaft

Definition

Wird ausgelöst, wenn der Anwendungshost ein ordnungsgemäßes Herunterfahren ausführt. Das Herunterfahren wird blockiert, bis dieses Ereignis abgeschlossen ist.

public:
 property System::Threading::CancellationToken ApplicationStopping { System::Threading::CancellationToken get(); };
public System.Threading.CancellationToken ApplicationStopping { get; }
member this.ApplicationStopping : System.Threading.CancellationToken
Public ReadOnly Property ApplicationStopping As CancellationToken

Eigenschaftswert

Gilt für: