Share via


DiagnosticSourceAdapter Class

Definition

public ref class DiagnosticSourceAdapter : IObserver<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public class DiagnosticSourceAdapter : IObserver<System.Collections.Generic.KeyValuePair<string,object>>
type DiagnosticSourceAdapter = class
    interface IObserver<KeyValuePair<string, obj>>
Public Class DiagnosticSourceAdapter
Implements IObserver(Of KeyValuePair(Of String, Object))
Inheritance
DiagnosticSourceAdapter
Implements

Constructors

DiagnosticSourceAdapter(Object, Func<String,Boolean>, IDiagnosticSourceMethodAdapter)
DiagnosticSourceAdapter(Object, Func<String,Boolean>)
DiagnosticSourceAdapter(Object, Func<String,Object,Object,Boolean>, IDiagnosticSourceMethodAdapter)
DiagnosticSourceAdapter(Object, Func<String,Object,Object,Boolean>)
DiagnosticSourceAdapter(Object)

Methods

IsEnabled(String, Object, Object)
IsEnabled(String)
Write(String, Object)

Explicit Interface Implementations

IObserver<KeyValuePair<String,Object>>.OnCompleted()

Notifies the observer that the provider has finished sending push-based notifications.

IObserver<KeyValuePair<String,Object>>.OnError(Exception)

Notifies the observer that the provider has experienced an error condition.

IObserver<KeyValuePair<String,Object>>.OnNext(KeyValuePair<String,Object>)

Provides the observer with new data.

Applies to