AForge.Robotics.Surveyor.SRV1Camera.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;
        }