RecurringTaskStatisticsTotalTicks Property |
Gets the total number of ticks in the
Stopwatch timer mechanism
that have elapsed while this task was executing.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic long TotalTicks { get; }
Public ReadOnly Property TotalTicks As Long
Get
public:
property long long TotalTicks {
long long get ();
}
member TotalTicks : int64 with get
Property Value
Type:
Int64
See Also