IRingBufferResultSet<T> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
It is a IRead
public interface IRingBufferResultSet<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Inherited Members
Type Parameters
T | Item type. |
Properties
Name | Description |
---|---|
Next |
Gets sequence number of the item following the last read item. |
Methods
Name | Description |
---|---|
Get |
Determine sequence of item at given index. |