共用方式為


WaitForEventResult 結構

定義

等候事件發生之後產生的物件。

public struct WaitForEventResult
type WaitForEventResult = struct
Public Structure WaitForEventResult
繼承
WaitForEventResult

欄位

EventTypes

偵測到的事件種類。 當列出到增加和下降邊緣時,這特別有用,其中會指出看到哪種邊緣。

TimedOut

如果等候事件逾時,則為 True。False 表示事件在逾時到期前觸發。

適用於