IHazelcastInstanceGetDistributedObjectT Method Hazelcast .Net Client Class Library

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

T GetDistributedObject<T>(
	string serviceName,
	string name
)
where T : IDistributedObject

Parameters

serviceName
Type: SystemString
name of the service
name
Type: SystemString
name of the object

Type Parameters

T

Return Value

Type: T
IDistributedObject created by the service
See Also

Reference