AForge.Robotics.TeRK.Qwerk.Video.Free C# (CSharp) Method

Free() private method

Free resource.
private Free ( ) : void
return void
            private void Free( )
            {
                thread = null;

                // release events
                stopEvent.Close( );
                stopEvent = null;
            }