BlockingCollectionWrapperTests.BlockingCollectionTests.FinishedEventHandler C# (CSharp) Méthode

FinishedEventHandler() private méthode

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