IWebAppLogConfigurationReader Interface

Definition

The contract for a WebApp configuration reader.

public interface class IWebAppLogConfigurationReader : IDisposable
public interface IWebAppLogConfigurationReader : IDisposable
type IWebAppLogConfigurationReader = interface
    interface IDisposable
Public Interface IWebAppLogConfigurationReader
Implements IDisposable
Derived
Implements

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Properties

Current

Gets the current value of the configuration.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from IDisposable)

Events

OnConfigurationChanged

Occurs when the configuration has changed.

Applies to