WaitForChangedResult.TimedOut 属性

定义

获取或设置指示等待操作是否已超时的值。

public:
 property bool TimedOut { bool get(); void set(bool value); };
public bool TimedOut { get; set; }
member this.TimedOut : bool with get, set
Public Property TimedOut As Boolean

属性值

如果 WaitForChanged(WatcherChangeTypes) 方法超时,则为 true;否则为 false

适用于

另请参阅