Method Dispose
- Assembly
- Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll
Dispose()
The dispose will also call Disconnect.
public void Dispose()Dispose(bool)
Disposing the object.
protected virtual void Dispose(bool disposing)Parameters
- disposingbool
- Boolean indicating if the dispose needs to disconnect and clean up the resources.