applicationStopping property

CancellationToken get applicationStopping

Triggered when the application host is starting a graceful shutdown. Shutdown will block until all callbacks registered on this token have completed.

Implementation

CancellationToken get applicationStopping;