ServerBase.ClientDisconnected Event
Occurs when a client disconnects from the server.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.128 -- Release Build+c4e32e80ee4b39b519c6e4a0a25ff9269b8be666
public event EventHandler<EventArgs<Guid>> ClientDisconnected
Public Event ClientDisconnected As EventHandler(Of EventArgs(Of Guid))
public:
virtual event EventHandler<EventArgs<Guid>^>^ ClientDisconnected {
void add (EventHandler<EventArgs<Guid>^>^ value);
void remove (EventHandler<EventArgs<Guid>^>^ value);
}
function add_ClientDisconnected(value);
function remove_ClientDisconnected(value);
EventHandler<EventArgs<Guid>>IServer.ClientDisconnected Argument is the ID of the client that disconnected from the server.