Datalogic .NET SDK
Dispose (Method)
Syntax
public void Dispose();
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