RFID.RFIDInterface.LakeChabotReader.Dispose C# (CSharp) Méthode

Dispose() public méthode

public Dispose ( ) : void
Résultat 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