WaitForEventResult Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resulting object after waiting for an event to occur.
C#
public struct WaitForEventResult
type WaitForEventResult = struct
Public Structure WaitForEventResult
- Inheritance
-
WaitForEventResult
Event |
The event types that was detected. This is especially useful when listing to both rising and falling edges, where it will indicate which kind of edge was seen. |
Timed |
True if waiting for the event timed out. False if an event was triggered before the timeout expired. |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |