IDataCollectorConfigurationEditor 接口

定义

提供用于创建诊断数据适配器的自定义配置编辑器的接口。

public interface class IDataCollectorConfigurationEditor : IDisposable
public interface IDataCollectorConfigurationEditor : IDisposable
type IDataCollectorConfigurationEditor = interface
    interface IDisposable
Public Interface IDataCollectorConfigurationEditor
Implements IDisposable
实现

方法

Initialize(IServiceProvider, DataCollectorSettings)

使用服务提供程序和诊断数据适配器的配置设置初始化配置编辑器。

ResetToAgentDefaults()

将配置编辑器重置为默认设置。

SaveData()

在配置编辑器中保存数据。

VerifyData()

验证是否发生了任何错误。 通常在关闭数据收集器配置编辑器之前由框架调用。

适用于