ManualResetEventSlim.Set 方法

定义

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

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

适用于

另请参阅