IClient interface allows to get information about
a connected clients socket address, type and uuid.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
The IClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetClientType | Returns type of this client |
![]() | GetSocketAddress | Returns socket address of this client |
![]() | GetUuid | Returns unique uuid for this client |
Remarks
See Also