.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    IRingBufferResultSet<T> Interface

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll

    It is a IReadOnlyList<T> extension with ring buffer sequence abilities.

    public interface IRingBufferResultSet<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
    Inherited Members
    IReadOnlyList<T>.this[int]
    IReadOnlyCollection<T>.Count
    IEnumerable<T>.GetEnumerator()
    Type Parameters
    T

    Item type.

    Properties

    Name Description
    NextSequence

    Gets sequence number of the item following the last read item.

    Methods

    Name Description
    GetSequence(int)

    Determine sequence of item at given index.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.