ADLTest.CloudeoServiceListenerTest.MockEventListener.MockEventListener C# (CSharp) Method

MockEventListener() public method

public MockEventListener ( CountdownLatch latch ) : System
latch CountdownLatch
return System
            public MockEventListener(CountdownLatch latch)
            {
                _latch = latch;
            }
CloudeoServiceListenerTest.MockEventListener