Search Results for

    Show / Hide Table of Contents

    Class CoordinatedRequestObserverBase<T>

    Inheritance
    object
    CoordinatedRequestObserverBase<T>
    BulkAllObserver
    ScrollAllObserver<T>
    SnapshotObserver
    Implements
    IObserver<T>
    Inherited Members
    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 abstract class CoordinatedRequestObserverBase<T> : IObserver<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    CoordinatedRequestObserverBase(Action<T>, Action<Exception>, Action)

    Declaration
    protected CoordinatedRequestObserverBase(Action<T> onNext = null, Action<Exception> onError = null, Action completed = null)
    Parameters
    Type Name Description
    Action<T> onNext
    Action<Exception> onError
    Action completed

    Methods

    | Edit this page View Source

    OnCompleted()

    Declaration
    public void OnCompleted()
    | Edit this page View Source

    OnError(Exception)

    Declaration
    public void OnError(Exception error)
    Parameters
    Type Name Description
    Exception error
    | Edit this page View Source

    OnNext(T)

    Declaration
    public void OnNext(T value)
    Parameters
    Type Name Description
    T value

    Implements

    IObserver<T>

    Extension Methods

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