Returns the distributed set instance with the specified name.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax
Parameters
- name
- Type: SystemString
name of the distributed set
Type Parameters
- T
- The type of elements in the set
Return Value
Type: IHSetTdistributed set instance with the specified name
Remarks
See Also