adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ComputerMonitorType Enumeration


In This Topic
    ComputerMonitorType Enumeration
    In This Topic
    Indicates the type of monitoring performed by a ComputerMonitor
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("F86AC183-B8E5-4E7F-911C-FBBA5E6767CF")>
    Public Enum ComputerMonitorType 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("F86AC183-B8E5-4E7F-911C-FBBA5E6767CF")]
    public enum ComputerMonitorType : System.Enum 
    [ComVisible(true)]
    [Guid("F86AC183-B8E5-4E7F-911C-FBBA5E6767CF")]
    public enum class ComputerMonitorType : public System.Enum 
    Members
    MemberValueDescription
    CheckReply1 The monitor sends an HTTP request to the target server and evaluates the response.
    Ping0 The monitor pings the target server.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ComputerMonitorType

    See Also