IApplicationMonitor 介面

定義

定義適用於 ASP.NET 的可取代應用程式監視器所需的介面。

public interface class IApplicationMonitor : IDisposable
public interface IApplicationMonitor : IDisposable
type IApplicationMonitor = interface
    interface IDisposable
Public Interface IApplicationMonitor
Implements IDisposable
衍生
實作

方法

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

(繼承來源 IDisposable)
Start()

開始監視和引發通知。

Stop()

停止監視和引發通知。

適用於