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.  |