Class NodeInstanceState
Provides information about the current node instance state and configuration.
Inherited Members
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 |