Click or drag to resize

HazelcastClientGetRingbufferT Method

Returns the distributed Ringbuffer instance with the specified name.

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

Parameters

name
Type: SystemString
name of the distributed Ringbuffer

Type Parameters

T

Return Value

Type: IRingbufferT
distributed RingBuffer instance with the specified name

Implements

IHazelcastInstanceGetRingbufferT(String)
See Also