TimeTrigger.OneShot Property

Definition

Gets whether the time event trigger will be used only once or each time the FreshnessTime interval elapses.

public:
 property bool OneShot { bool get(); };
bool OneShot();
public bool OneShot { get; }
var boolean = timeTrigger.oneShot;
Public ReadOnly Property OneShot As Boolean

Property Value

Boolean

bool

True if the time event trigger will be used once; false if it will be used each time the FreshnessTime interval elapses.

Applies to