1 write to ManualResetEvent
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelShapeTests.4.0.0.cs (1)
222
ManualResetEvent
= manualResetEvent;
2 references to ManualResetEvent
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelShapeTests.4.0.0.cs (2)
184
Assert.True(imp.
ManualResetEvent
.WaitOne(20000));
229
ManualResetEvent
.Set();