Class WaitableTimer
Wraps a waitable timer handle.
public class WaitableTimer : WaitHandle, IDisposable
Remarks
More info: API CreateWaitableTimer.
Namespace: Au.More
Assembly: Au.dll
Inherited Members
Methods
Name | Description |
---|---|
Create(bool, string) | Calls API CreateWaitableTimer and creates a WaitableTimer object that wraps the timer handle. |
Open(string, uint, bool, bool) | Calls API OpenWaitableTimer and creates a WaitableTimer object that wraps the timer handle. |
Set(long, int) | Calls API SetWaitableTimer. |
SetAbsolute(DateTime, int) | Calls API SetWaitableTimer. |