RecurringTaskSchedulerGetTaskData Method |
Gets a copy of the performance metrics associated with the given recurring task.
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 RecurringTaskStatistics GetTaskData(
RecurringTask task
)
Public Function GetTaskData (
task As RecurringTask
) As RecurringTaskStatistics
public:
RecurringTaskStatistics^ GetTaskData(
RecurringTask^ task
)
member GetTaskData :
task : RecurringTask -> RecurringTaskStatistics
Parameters
- task
- Type: AGI.Foundation.Infrastructure.ThreadingRecurringTask
The task to retrieve data for.
Return Value
Type:
RecurringTaskStatisticsA copy of the performance metrics associated with the given recurring task.
Exceptions See Also