Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 704 Bytes

signalhandler.md

File metadata and controls

25 lines (18 loc) · 704 Bytes
-api-id -api-type
T:Windows.System.Threading.Core.SignalHandler
winrt delegate

Windows.System.Threading.Core.SignalHandler

-description

Represents a method that is called when a signal notifier's attached event or semaphore is signaled, or when the optional timeout value has elapsed (whichever comes first).

-parameters

-param signalNotifier

Represents the signal notifier that called the delegate.

-param timedOut

Indicates whether timeout value elapsed before calling the delegate.

-remarks

-examples

-see-also