Class NodeInstanceState
Provides information about the current node instance state and configuration.
Inheritance
System.Object
NodeInstanceState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.String |
Instance
Gets or sets the unique node instance name.
Declaration
public string Instance { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MachineName
Gets or sets the NetBIOS name of the hosting computer.
Declaration
public string MachineName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NodeKey
Gets or sets the node key.
Declaration
public Guid NodeKey { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RuntimeVersion
Gets or sets the "Sentinet" version number installed on the hosting computer.
Declaration
public string RuntimeVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or sets the current status of the node.
Declaration
public OperationalStatus Status { get; set; }
Property Value
Type | Description |
---|---|
OperationalStatus |