 | AsynchronousOperationExtensionAddTrigger Method |
Adds the time interval trigger after which the operation must be executed.
Namespace:
EBP.Api.Asynchronous
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic void AddTrigger(
TimeSpan time,
bool repeat
)
Public Sub AddTrigger (
time As TimeSpan,
repeat As Boolean
)
Parameters
- time
- Type: SystemTimeSpan
The time interval - repeat
- Type: SystemBoolean
True to repeat the trigger when elapsed, otherwise False.
See Also