Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
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: TIDistributedObject created by the service
See Also