Interface IWebMonitorAddin

Summary description for IWebMonitorAddin.


public interface IWebMonitorAddin

Interface Members

MemberDescription

Activate

Add In activation

public abstract bool Activate( WebMonitorMain IDEForm );

OnHttpRequest

Fired when Web Monitor does an HTTP check against a Web site. Return true to tell Web Monitor that you completely handled this operation and it will not run requests

public abstract bool OnHttpRequest( WebMonitorSite Site );

OnInit

public abstract void OnInit( WebMonitorSiteList SiteList );

OnLogDetail

public abstract bool OnLogDetail( WebMonitorSite Site );

OnLogError

public abstract bool OnLogError( WebMonitorSite Site );

OnMessage

public abstract void OnMessage( WebMonitorSite Site,
    string Message,
    EventMessageId MsgId );

OnRunProcess

public abstract bool OnRunProcess( WebMonitorSite Site );

OnSendEmail

public abstract bool OnSendEmail( WebMonitorSite Site );

AddinEventType

Flag that determines which events to handle

IDE

A reference to the Web Monitor IDE if available. Be sure to check for null as it may not be available in the Service version or when automating Web Monitor directly

Requirements

Namespace: Westwind.WebMonitor
Assembly: webmonitorui.dll

© West Wind Technologies, 2018 • Updated: 04/30/05
Comment or report problem with topic