Search Results for

    Show / Hide Table of Contents

    Class ScrollAllObserver<T>

    Inheritance
    object
    CoordinatedRequestObserverBase<IScrollAllResponse<T>>
    ScrollAllObserver<T>
    Implements
    IObserver<IScrollAllResponse<T>>
    Inherited Members
    CoordinatedRequestObserverBase<IScrollAllResponse<T>>.OnCompleted()
    CoordinatedRequestObserverBase<IScrollAllResponse<T>>.OnError(Exception)
    CoordinatedRequestObserverBase<IScrollAllResponse<T>>.OnNext(IScrollAllResponse<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ScrollAllObserver<T> : CoordinatedRequestObserverBase<IScrollAllResponse<T>>, IObserver<IScrollAllResponse<T>> where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    ScrollAllObserver(Action<IScrollAllResponse<T>>, Action<Exception>, Action)

    Declaration
    public ScrollAllObserver(Action<IScrollAllResponse<T>> onNext = null, Action<Exception> onError = null, Action onCompleted = null)
    Parameters
    Type Name Description
    Action<IScrollAllResponse<T>> onNext
    Action<Exception> onError
    Action onCompleted

    Implements

    IObserver<T>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ScrollAllObserver(Action<IScrollAllResponse<T>>, Action<Exception>, Action)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX