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)

events

OnConfigurationChanged

構成が変更された場合に発生します。

適用対象