IDataCollectorConfigurationEditor Interface
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.
Provides an interface that creates custom configuration editors of diagnostic data adapters.
public interface class IDataCollectorConfigurationEditor : IDisposable
public interface IDataCollectorConfigurationEditor : IDisposable
type IDataCollectorConfigurationEditor = interface
interface IDisposable
Public Interface IDataCollectorConfigurationEditor
Implements IDisposable
- Implements
Methods
Initialize(IServiceProvider, DataCollectorSettings) |
Initializes the configuration editor with a service provider and the configuration settings for a diagnostic data adapter. |
ResetToAgentDefaults() |
Resets the configuration editor to the default settings. |
SaveData() |
Saves the data in the configuration editor. |
VerifyData() |
Verifies whether any errors have occurred. Typically called by the framework before closing the data collector configuration editor. |