IClientListenerClientConnected Method Hazelcast .Net Client Class Library
Invoked when a new client is connected.

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

void ClientConnected(
	IClient client
)

Parameters

client
Type: Hazelcast.CoreIClient
IClient instance
Remarks

Invoked when a new client is connected.
See Also

Reference