Search Results for

    Show / Hide Table of Contents

    Class AuditDiagnosticObserver

    Provides a typed listener to AuditEvent events that RequestPipeline emits

    Inheritance
    object
    TypedDiagnosticObserverBase<Audit>
    AuditDiagnosticObserver
    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 class AuditDiagnosticObserver : TypedDiagnosticObserverBase<Audit>, IObserver<KeyValuePair<string, object>>

    Constructors

    | Edit this page View Source

    AuditDiagnosticObserver(Action<KeyValuePair<string, Audit>>, Action<Exception>, Action)

    Declaration
    public AuditDiagnosticObserver(Action<KeyValuePair<string, Audit>> onNext, Action<Exception> onError = null, Action onCompleted = null)
    Parameters
    Type Name Description
    Action<KeyValuePair<string, Audit>> onNext
    Action<Exception> onError
    Action onCompleted

    Implements

    IObserver<T>

    Extension Methods

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