ADLTest.CloudeoServiceListenerTest.MockEventListener.MockEventListener C# (CSharp) Méthode

MockEventListener() public méthode

public MockEventListener ( CountdownLatch latch ) : System
latch CountdownLatch
Résultat System
            public MockEventListener(CountdownLatch latch)
            {
                _latch = latch;
            }
CloudeoServiceListenerTest.MockEventListener