Datalogic .NET SDK

Dispose (Method)

 

Syntax

 

    public void Dispose();

 

 

Class                           : DecodeHandle

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

Description

Releases the resources used by Datalogic.API.DecodeHandle.

 

Parameters Table

 

Type

Parameter

Description

[in]

void

-

-

 

 

 

 

[return]

Void

-

-

[on error]

-

 

-

 

 

Example

 

        // Exit Button

        private void bExit_Click(object sender, EventArgs e)

        {

            // hDcd = new DecodeHandle(...); Global instance of DecodeHandle class

 

            hDcd.Dispose();

            Application.Exit();

        }

 

 

 

See Also

System.IDisposable (Interface), Example #008.

 

 

Copyright © Datalogic ADC. All Right Reserved