IWebAppLogConfigurationReader 接口

定义

WebApp 配置读取器的协定。

public interface class IWebAppLogConfigurationReader : IDisposable
public interface IWebAppLogConfigurationReader : IDisposable
type IWebAppLogConfigurationReader = interface
    interface IDisposable
Public Interface IWebAppLogConfigurationReader
Implements IDisposable
派生
实现

注解

此 API 支持 .NET 基础结构,不应在代码中直接使用。

属性

Current

获取配置的当前值。

方法

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

(继承自 IDisposable)

事件

OnConfigurationChanged

当配置已更改时发生。

适用于