Gurux.DLMS.GXDLMSServer.Disconnected C# (CSharp) Method

Disconnected() protected abstract method

Server has close the connection. All clean up is made here.
protected abstract Disconnected ( GXDLMSConnectionEventArgs connectionInfo ) : void
connectionInfo GXDLMSConnectionEventArgs Connection information.
return void
        protected abstract void Disconnected(GXDLMSConnectionEventArgs connectionInfo);