Trigger |
The TriggerBasedUpdate type exposes the following members.
Name | Description | |
---|---|---|
MaximumWaitingTimeAfterFirstTrigger | 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. | |
MaximumWaitingTimeAfterUpdate | 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. | |
MinimumWaitingTimeAfterFirstTrigger | 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. | |
MinimumWaitingTimeAfterLastTrigger | 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. | |
MinimumWaitingTimeAfterUpdate | MinimumWaitingTimeAfterUpdate (default: Zero) designates the minimum time that must be waited after an update operation was executed. This parameter has the highest priority. |