Indicates the type of monitoring performed by a ComputerMonitor
enum ComputerMonitorTypeEnum { cmtPing = 0, cmtCheckReply = 1 };
public enum ComputerMonitorTypeEnum { cmtPing = 0, cmtCheckReply = 1 }
Public Enum ComputerMonitorTypeEnum cmtPing = 0 cmtCheckReply = 1 End Enum
Members |
Description |
cmtPing = 0 |
The monitor pings the target server. |
cmtCheckReply = 1 |
The monitor sends an HTTP request to the target server and evaluates the response. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|