IHazelcastInstanceGetRingbufferT Method Hazelcast .Net Client Class Library
Returns the distributed Ringbuffer instance with the specified name.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

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
See Also

Reference