AForge.Video.MJPEGStream.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;
			reloadEvent.Close( );
			reloadEvent = null;
		}