Search Results for

    Show / Hide Table of Contents

    Class TypedDiagnosticObserverBase<TOnNext>

    Inheritance
    object
    TypedDiagnosticObserverBase<TOnNext>
    AuditDiagnosticObserver
    SerializerDiagnosticObserver
    Implements
    IObserver<KeyValuePair<string, object>>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Diagnostics
    Assembly: OpenSearch.Net.dll
    Syntax
    public abstract class TypedDiagnosticObserverBase<TOnNext> : IObserver<KeyValuePair<string, object>>
    Type Parameters
    Name Description
    TOnNext

    Constructors

    | Edit this page View Source

    TypedDiagnosticObserverBase(Action<KeyValuePair<string, TOnNext>>, Action<Exception>, Action)

    Declaration
    protected TypedDiagnosticObserverBase(Action<KeyValuePair<string, TOnNext>> onNext, Action<Exception> onError = null, Action onCompleted = null)
    Parameters
    Type Name Description
    Action<KeyValuePair<string, TOnNext>> onNext
    Action<Exception> onError
    Action onCompleted

    Implements

    IObserver<T>

    Extension Methods

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