JAMS Developer Guide
FailoverRole Enumeration


MVPSI.JAMS Namespace : FailoverRole Enumeration
Identifies the role played by a JAMS installation in a failover configuration.
Syntax
'Declaration
 
Public Enum FailoverRole 
   Inherits System.Enum
'Usage
 
Dim instance As FailoverRole
public enum FailoverRole : System.Enum 
Members
MemberDescription
PrimaryThis is the Primary scheduler.
SecondaryThis is a secondary scheduler.
StandaloneFailover is not configured.
UnknownThe Failover role is not known.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.FailoverRole

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace