BlockingCollectionWrapperTests.BlockingCollectionTests.FinishedEventHandler C# (CSharp) Method

FinishedEventHandler() private method

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