AsyncManualResetEvent::IsSet Property

 

Determines whether the event is currently in a signaled state.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property bool IsSet {
	bool get();
}

Property Value

Type: System::Boolean

Returns true if the event is currently in a signaled state, otherwise false.

Return to top
Show: