adTempus API
PreviousUpNext
ComputerMonitorTypeEnum Enumeration

Indicates the type of monitoring performed by a ComputerMonitor

C++
enum ComputerMonitorTypeEnum {
  cmtPing = 0,
  cmtCheckReply = 1
};
C#
public enum ComputerMonitorTypeEnum {
  cmtPing = 0,
  cmtCheckReply = 1
}
Visual Basic
Public Enum ComputerMonitorTypeEnum
  cmtPing = 0
  cmtCheckReply = 1
End Enum
Members
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