AsyncAutoResetEvent.Set Method

Definition

Unblocks one waiter or sets the signal if no waiters are present so the next waiter may proceed immediately.

public:
 void Set();
public:
 void Set();
void Set();
public void Set ();
member this.Set : unit -> unit
Public Sub Set ()

Applies to