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: 23.1.416.0 (23.1.416.0)
Syntaxpublic Duration Period { get; }
Public ReadOnly Property Period As Duration
Get
public:
property Duration Period {
Duration get ();
}
member Period : Duration with get
Property Value
Type:
Duration
See Also