Search Results for

    Show / Hide Table of Contents

    Class SnapshotObserver

    Inheritance
    object
    CoordinatedRequestObserverBase<SnapshotStatusResponse>
    SnapshotObserver
    Implements
    IObserver<SnapshotStatusResponse>
    Inherited Members
    CoordinatedRequestObserverBase<SnapshotStatusResponse>.OnCompleted()
    CoordinatedRequestObserverBase<SnapshotStatusResponse>.OnError(Exception)
    CoordinatedRequestObserverBase<SnapshotStatusResponse>.OnNext(SnapshotStatusResponse)
    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 SnapshotObserver : CoordinatedRequestObserverBase<SnapshotStatusResponse>, IObserver<SnapshotStatusResponse>

    Constructors

    | Edit this page View Source

    SnapshotObserver(Action<SnapshotStatusResponse>, Action<Exception>, Action)

    Declaration
    public SnapshotObserver(Action<SnapshotStatusResponse> onNext = null, Action<Exception> onError = null, Action completed = null)
    Parameters
    Type Name Description
    Action<SnapshotStatusResponse> onNext
    Action<Exception> onError
    Action completed

    Implements

    IObserver<T>

    Extension Methods

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