ADLTest.CloudeoServiceListenerTest.MockEventListener.MockEventListener C# (CSharp) 메소드

MockEventListener() 공개 메소드

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