Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Collector Class / RedundancyFailoverOnValue Property


In This Topic
    RedundancyFailoverOnValue Property
    In This Topic
    Whether automatic failover occurs based on value of a watchdog tag in a collector redundancy configuration. When true, a Historian server will initiate failover to a backup collector if the latest received watchdog tag value is non-zero (RedundancyFailoverValueChangeType=false) or unchanged for a period of time (RedundancyFailoverValueChangeType=true).
    Syntax
    Public Property RedundancyFailoverOnValue As System.Boolean
    public System.bool RedundancyFailoverOnValue {get; set;}
    public:
    property System.bool RedundancyFailoverOnValue {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also