applicationStopped property

CancellationToken get applicationStopped

Triggered when the application host has completed a graceful shutdown. The application will not exit until all callbacks registered on this token have completed.

Implementation

CancellationToken get applicationStopped;