MaintenanceTrigger.OneShot Property

Definition

Gets whether the maintenance trigger is used only once or each time the FreshnessTime interval elapses.

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

Property Value

Boolean

bool

True if the maintenance trigger is used once; false if it is used each time the FreshnessTime interval elapses.

Applies to