TimeTrigger.OneShot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.