Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 613 Bytes

signalnotifier.md

File metadata and controls

22 lines (15 loc) · 613 Bytes
-api-id -api-type
T:Windows.System.Threading.Core.SignalNotifier
winrt class

Windows.System.Threading.Core.SignalNotifier

-description

Runs a method when an event or semaphore is signaled. A timeout value can also be specified, causing the delegate to run after the time span has elapsed if the named event does not occur (or if the semaphore does not reach a signaled state).

Note

The ThreadPool API is supported for desktop as well as UWP apps.

-remarks

-examples

-see-also