RFID.RFIDInterface.LakeChabotReader.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose( )
        {
            Dispose( true );
            // Take yourself off the Finalization queue to prevent finalization code for this object from executing a second time.
            GC.SuppressFinalize( this );
        }

Same methods

LakeChabotReader::Dispose ( bool disposing ) : void