Click or drag to resize

TriggerBasedUpdate Properties

The TriggerBasedUpdate type exposes the following members.

Properties
 NameDescription
Public propertyMaximumWaitingTimeAfterFirstTrigger MaximumWaitingTimeAfterFirstTrigger (default: Infinity): designates the maximum waiting time after the first trigger (after an update) occured. If this time has elapsed, a new update operation will be executed.
Public propertyMaximumWaitingTimeAfterUpdate MaximumWaitingTimeAfterUpdate (default: Infinity): designates the maximum time that must be waited after an update operation was executed. Normally infinity. If set to another value, it can be used to 'poll' the update operation.
Public propertyMinimumWaitingTimeAfterFirstTrigger MinimumWaitingTimeAfterFirstTrigger (default: Zero): designates the minimum time interval that should at least be waited after the first trigger (after an update) and the next update operation.
Public propertyMinimumWaitingTimeAfterLastTrigger MinimumWaitingTimeAfterLastTrigger (default: Zero): designates the time interval that at least should be waited between the latest occured trigger (after an update) and the next update operation.
Public propertyMinimumWaitingTimeAfterUpdate MinimumWaitingTimeAfterUpdate (default: Zero) designates the minimum time that must be waited after an update operation was executed. This parameter has the highest priority.
Top
See Also