QuickAdmin.Net Reference
C#
Show/Hide TOC
Background
Task
Last
Work
Elapsed
Time Property
工作方法最后一次执行耗时。
Definition
Namespace:
QuickAdmin.Service.Background
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
Copy
public
TimeSpan
?
LastWorkElapsedTime
{
get
; }
Property Value
TimeSpan
?
Implements
IBackgroundTask
LastWorkElapsedTime
Remarks
此属性将在每次工作方法执行后立即计算。
See Also
Reference
BackgroundTask Class
QuickAdmin.Service.Background Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also