DiagnosticSourceAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.