GetRingBufferAsync Method
GetRingBufferAsync<T>(String)
Gets an IHRingBuffer<TItem> distributed object.
Declaration
Task<IHRingBuffer<T>> GetRingBufferAsync<T>(string name)
Parameters
String | name | The unique name of the ring buffer. |
Returns
Task<IHRingBuffer<T>> | The ring buffer that was retrieved or created. |
Type Parameters
T | The type of the ring buffer items. |
Remarks
If an object with the specified name
does not
exist already in the cluster, a new object is created.