Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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
    [DataMember(Name = "Info")]
    public string Information { get; set; }
    Property Value
    Type Description
    string

    Instance

    Gets or sets the unique node instance name.

    Declaration
    [DataMember]
    public string Instance { get; set; }
    Property Value
    Type Description
    string

    MachineName

    Gets or sets the NetBIOS name of the hosting computer.

    Declaration
    [DataMember(Name = "Machine")]
    public string MachineName { get; set; }
    Property Value
    Type Description
    string

    NodeKey

    Gets or sets the node key.

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

    RuntimeVersion

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

    Declaration
    [DataMember(Name = "Version")]
    public string RuntimeVersion { get; set; }
    Property Value
    Type Description
    string

    Status

    Gets or sets the current status of the node.

    Declaration
    [DataMember]
    public OperationalStatus Status { get; set; }
    Property Value
    Type Description
    OperationalStatus
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation