RecurringTaskSchedulerTaskCount Property |
Gets the number of tasks.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int TaskCount { get; }
Public ReadOnly Property TaskCount As Integer
Get
public:
property int TaskCount {
int get ();
}
member TaskCount : int with get
Property Value
Type:
Int32See Also