  | IHazelcastInstanceGetDistributedObjects Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
SyntaxICollection<IDistributedObject> GetDistributedObjects()
Function GetDistributedObjects As ICollection(Of IDistributedObject)
ICollection<IDistributedObject^>^ GetDistributedObjects()
abstract GetDistributedObjects : unit -> ICollection<IDistributedObject> 
Return Value
Type: 
ICollectionIDistributedObjectthe collection of instances created by Hazelcast.
See Also