Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / HubStatus Enumeration

In This Topic
    HubStatus Enumeration
    In This Topic
    The current status of a server that is accessible over the network
    Syntax
    'Declaration
     
    
    Public Enum HubStatus 
       Inherits System.Enum
    public enum HubStatus : System.Enum 
    Members
    MemberValueDescription
    Available0The server is accessible and operational.
    Expired2The server has no license and should not be communicated with.
    Maintenance1The server is currently undergoing maintenance and is not operational.
    Unknown0The current status couldn't be determined.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.Server.Client.HubStatus

    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