NodeServicesOptions.ApplicationStoppingToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A token that indicates when the host application is stopping.
public:
property System::Threading::CancellationToken ApplicationStoppingToken { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public System.Threading.CancellationToken ApplicationStoppingToken { get; set; }
member this.ApplicationStoppingToken : System.Threading.CancellationToken with get, set
Public Property ApplicationStoppingToken As CancellationToken