Click or drag to resize

ConditionFirstTimeCheckPeriod Property

Only used if FirstTimeOnly is true. If so the event will fire once in every period of time. FirstTimeCheckPeriod is ignored if it is zero - meaning that the event will only fire once.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public TimeSpan FirstTimeCheckPeriod { get; set; }

Property Value

Type: TimeSpan
See Also