Click or drag to resize

HazelcastClientGetDistributedObjectT Method

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public 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

Implements

IHazelcastInstanceGetDistributedObjectT(String, String)
See Also