Managed DirectShow Programming Reference

AlarmTimer. Method 

[This is preliminary documentation and subject to change.]

Changes the start time for invocations of an alarm timer.

public void (
   TimeSpan dueTime
);

Parameters

TimeSpan
The amount of time to wait in the call to Wait. Specify MaxValue to cancel the timer.

See Also

AlarmTimer Class | KvTv.Threading Namespace