Click or drag to resize

HazelcastClient.GetDistributedObject<T> 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: System.String
name of the service
name
Type: System.String
name of the object

Type Parameters

T

Return Value

Type: T
IDistributedObject created by the service

Implements

IHazelcastInstance.GetDistributedObject<T>(String, String)
See Also