QuickAdmin.Net Reference
C#
Show/Hide TOC
Background
Task
Is
App
Stopping Property
指示应用程序是否正在停止。
Definition
Namespace:
QuickAdmin.Service.Background
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.33
C#
Copy
protected
bool
IsAppStopping
{
get
; }
Property Value
bool
Remarks
此属性通常用来在继承类
OnTaskStoppingAsync(bool)
里按需使用。
See Also
Reference
BackgroundTask Class
QuickAdmin.Service.Background Namespace
In This Article
Definition
Remarks
See Also