Class TypedDiagnosticObserverBase<TOnNext>
Inheritance
TypedDiagnosticObserverBase<TOnNext>
Assembly: OpenSearch.Net.dll
Syntax
public abstract class TypedDiagnosticObserverBase<TOnNext> : IObserver<KeyValuePair<string, object>>
Type Parameters
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
Implements
Extension Methods