Bagikan melalui


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)

Syntax

'Declaration
Public ReadOnly Property IsSet As Boolean
public bool IsSet { get; }
public:
property bool IsSet {
    bool get ();
}
member IsSet : bool with get
function get IsSet () : boolean

Property Value

Type: System.Boolean
Returns true if the event is currently in a signaled state, otherwise false.

.NET Framework Security

See Also

Reference

AsyncManualResetEvent Class

Microsoft.VisualStudio.Threading Namespace