GSF.ServiceProcess.ServiceHelper.RemotingServer_ClientDisconnected C# (CSharp) Method

RemotingServer_ClientDisconnected() private method

private RemotingServer_ClientDisconnected ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void RemotingServer_ClientDisconnected(object sender, EventArgs<Guid> e)
        {
            DisconnectClient(e.Argument);
        }
ServiceHelper