संपादित करें

इसके माध्यम से साझा किया गया


ManualResetEventSlim.Set Method

Definition

Sets the state of the event to signaled, which allows one or more threads waiting on the event to proceed.

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

Applies to

See also