Click or drag to resize

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)
Syntax
public void AddTrigger(
	TimeSpan time,
	bool repeat
)

Parameters

time
Type: SystemTimeSpan
The time interval
repeat
Type: SystemBoolean
True to repeat the trigger when elapsed, otherwise False.
See Also