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