| HazelcastClientGetDistributedObjects Method |
Namespace:
Hazelcast.Client
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public ICollection<IDistributedObject> GetDistributedObjects()
Public Function GetDistributedObjects As ICollection(Of IDistributedObject)
public:
virtual ICollection<IDistributedObject^>^ GetDistributedObjects() sealed
abstract GetDistributedObjects : unit -> ICollection<IDistributedObject>
override GetDistributedObjects : unit -> ICollection<IDistributedObject>
Return Value
Type:
ICollectionIDistributedObjectthe collection of instances created by Hazelcast.
Implements
IHazelcastInstanceGetDistributedObjectsSee Also