Click or drag to resize

HazelcastClientGetDistributedObjects Method

Returns all IDistributedObject 's such as; queue, map, set, list, topic, lock, multimap.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public ICollection<IDistributedObject> GetDistributedObjects()

Return Value

Type: ICollectionIDistributedObject
the collection of instances created by Hazelcast.

Implements

IHazelcastInstanceGetDistributedObjects
See Also