IDataCollectorConfigurationEditor Interface

Definition

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.

Applies to