AForge.Robotics.TeRK.Qwerk.Video.Free C# (CSharp) Méthode

Free() private méthode

Free resource.
private Free ( ) : void
Résultat void
            private void Free( )
            {
                thread = null;

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