SignalHandler
SignalHandler
SignalHandler
SignalHandler
Delegate
Definition
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).
public : delegate void SignalHandler(SignalNotifier signalNotifier, bool timedOut)public delegate void SignalHandler(SignalNotifier signalNotifier, Boolean timedOut)Public Delegate SignalHandler(signalNotifier As SignalNotifier, timedOut As Boolean)// This API is not available in Javascript.
Parameters
- signalNotifier
- SignalNotifier SignalNotifier SignalNotifier SignalNotifier
Represents the signal notifier that called the delegate.
- timedOut
- bool Boolean Boolean Boolean
Indicates whether timeout value elapsed before calling the delegate.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|