ISignalNotifier interface
Invokes a method when an event or semaphore is signaled, or when timeout occurs. Used when the event or semaphore can only be specified by handle.
Note that the SignalNotifier class is the projected form of this WinRT interface. Unlike the SignalNotifier class, the ISignalNotifier interface uses ComPtr wrappers (instead of handle-to-object "hat pointers"), and it is registered with a waitable handle instead of a named event or semaphore. See ISignalableNotifier for info on creating and using ISignalNotifier objects.
Members
The ISignalNotifier interface inherits from IInspectable. ISignalNotifier also has these types of members:
Methods
The ISignalNotifier interface has these methods.
| Method | Description |
|---|---|
| Enable |
Submits the ISignalNotifier to the thread pool. |
| Terminate |
Stops the ISignalNotifier if it has not already started running. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Target platform | |
|
Header |
|