IClientListenerClientDisconnected Method Hazelcast .Net Client Class Library
Invoked when a new client is disconnected.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax

void ClientDisconnected(
	IClient client
)

Parameters

client
Type: Hazelcast.CoreIClient
IClient instance
Remarks

Invoked when a new client is disconnected.
See Also

Reference