IInternalScheduledEventHandlerPeriod Property |
Gets the execution period.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax ReadOnly Property Period As TimeSpan
Get
property TimeSpan Period {
TimeSpan get ();
}
abstract Period : TimeSpan with get
Property Value
Type:
TimeSpanThe period for execution.
See Also