| DistributedObjectEventGetDistributedObjectT Method |
Returns IDistributedObject instance
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual T GetDistributedObject<T>()
where T : IDistributedObject
Public Overridable Function GetDistributedObject(Of T As IDistributedObject) As T
public:
generic<typename T>
where T : IDistributedObject
virtual T GetDistributedObject()
abstract GetDistributedObject : unit -> 'T when 'T : IDistributedObject
override GetDistributedObject : unit -> 'T when 'T : IDistributedObject
Type Parameters
- T
Return Value
Type:
TIDistributedObject
See Also