ManualResetEventSlim.Set 方法

定义

将事件状态设置为有信号,从而允许一个或多个等待该事件的线程继续。

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

适用于

另请参阅