DiagnosticSourceAdapter Class

Definition

C#
public class DiagnosticSourceAdapter : IObserver<System.Collections.Generic.KeyValuePair<string,object>>
Inheritance
DiagnosticSourceAdapter
Implements

Constructors

Methods

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

Produkt Verzie
.NET Standard 2.0 (package-provided)