Click or drag to resize

HazelcastClientGetSetT Method

Returns the distributed set instance with the specified name.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public IHSet<T> GetSet<T>(
	string name
)

Parameters

name
Type: SystemString
name of the distributed set

Type Parameters

T
The type of elements in the set

Return Value

Type: IHSetT
distributed set instance with the specified name

Implements

IHazelcastInstanceGetSetT(String)
Remarks
Returns the distributed set instance with the specified name.
See Also