Share via


AsyncAutoResetEvent.Set Method

Sets the signal if it has not already been set. If there is an awaiter, it is allowed to handle the signal.

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

Syntax

'Declaration
Public Sub Set
public void Set()
public:
void Set()
member Set : unit -> unit
public function Set()

.NET Framework Security

See Also

Reference

AsyncAutoResetEvent Class

Microsoft.VisualStudio.Threading Namespace