IApplicationMonitor Interface

 

Defines the interface required of a replaceable application monitor for ASP.NET.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

public interface class IApplicationMonitor : IDisposable

NameDescription
System_CAPS_pubmethodDispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.)

System_CAPS_pubmethodStart()

Start monitoring and firing notifications.

System_CAPS_pubmethodStop()

Stop monitoring and firing notifications.

.NET Framework
Available since 4.7
Return to top
Show: