WaitForChangedResult::TimedOut Property

 

Gets or sets a value indicating whether the wait operation timed out.

Namespace:   System.IO
Assembly:  System (in System.dll)

public:
property bool TimedOut {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the WaitForChanged method timed out; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: