HazelcastClientGetDistributedObjectT Method Hazelcast .Net Client Class Library

Namespace: Hazelcast.Client
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

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

Parameters

serviceName
Type: SystemString
name
Type: SystemString

Type Parameters

T

Return Value

Type: T

Implements

IHazelcastInstanceGetDistributedObjectT(String, String)
See Also

Reference