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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.