RecurringTaskStatisticsPeriod Property |
Gets the period at which the task is executed.
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 Duration Period { get; }
Public ReadOnly Property Period As Duration
Get
public:
property Duration Period {
Duration get ();
}
member Period : Duration with get
Property Value
Type:
DurationSee Also