Show / Hide Table of Contents

    Class NodeInstanceState

    Provides information about the current node instance state and configuration.

    Inheritance
    Object
    NodeInstanceState
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class NodeInstanceState

    Constructors

    NodeInstanceState()

    Declaration
    public NodeInstanceState()

    Properties

    Information

    Gets or sets the node instance installation details (host name, OS version, etc).

    Declaration
    public string Information { get; set; }
    Property Value
    Type Description
    String

    Instance

    Gets or sets the unique node instance name.

    Declaration
    public string Instance { get; set; }
    Property Value
    Type Description
    String

    MachineName

    Gets or sets the NetBIOS name of the hosting computer.

    Declaration
    public string MachineName { get; set; }
    Property Value
    Type Description
    String

    NodeKey

    Gets or sets the node key.

    Declaration
    public Guid NodeKey { get; set; }
    Property Value
    Type Description
    Guid

    RuntimeVersion

    Gets or sets the "Sentinet" version number installed on the hosting computer.

    Declaration
    public string RuntimeVersion { get; set; }
    Property Value
    Type Description
    String

    Status

    Gets or sets the current status of the node.

    Declaration
    public OperationalStatus Status { get; set; }
    Property Value
    Type Description
    OperationalStatus
    Back to top Nevatech Sentinet 6.5 Online Documentation