BlockingCollectionWrapperTests.BlockingCollectionTests.FinishedEventHandler C# (CSharp) 메소드

FinishedEventHandler() 개인적인 메소드

private FinishedEventHandler ( object sender, BlockingCollectionEventArgs e ) : void
sender object
e BlockingCollectionEventArgs
리턴 void
        private void FinishedEventHandler(object sender, BlockingCollectionEventArgs e)
        {
            _testMutex.Set();
        }