|
Lucon SDK 1.0.7
|
Wraps abstractions which are represented by a LuconHandle within the Lucon C-API. It provides resource-management by implementing the IDisposable pattern. More...
Public Member Functions | |
| void | Dispose () |
| Dispose the object and free all related resources. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
implements the standard pattern for IDisposable | |
Wraps abstractions which are represented by a LuconHandle within the Lucon C-API. It provides resource-management by implementing the IDisposable pattern.
| void Gefasoft.LuconV2.Infrastructure.InteropObject.Dispose | ( | ) |
Dispose the object and free all related resources.
The object may no longer be used after calling Dispose
|
protectedvirtual |
implements the standard pattern for IDisposable
| disposing | true if disposing due to user call, false in case of finalizer |
Reimplemented in Gefasoft.LuconV2.Device, and Gefasoft.LuconV2.DeviceConnection.