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
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, Object, Object) | |
IsEnabled(String) | |
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. |