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)
DiagnosticSourceAdapter(Object, Func<String,Boolean>)
DiagnosticSourceAdapter(Object, Func<String,Boolean>, IDiagnosticSourceMethodAdapter)
DiagnosticSourceAdapter(Object, Func<String,Object,Object,Boolean>)
DiagnosticSourceAdapter(Object, Func<String,Object,Object,Boolean>, IDiagnosticSourceMethodAdapter)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsEnabled(String)
IsEnabled(String, Object, Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
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