All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
JobNodeIdentity Class Reference

Uniquely identifies the node in a job using job id, node id or node name and Embedded Process Count (EPC). More...

Public Member Functions

 JobNodeIdentity ()
 Initializes a new instance of the JobNodeIdentity class. More...
 

Properties

short EmbeddedProcessCount [get, set]
 Gets or sets the embedded process count. More...
 
string JobId [get, set]
 Gets or sets the job id. More...
 
short NodeId [get, set]
 Gets or sets the node id. More...
 
string NodeName [get, set]
 Gets or sets the name of the node. More...
 

Description

Uniquely identifies the node in a job using job id, node id or node name and Embedded Process Count (EPC).

Constructor & Destructor Documentation

Initializes a new instance of the JobNodeIdentity class.

Property Documentation

short EmbeddedProcessCount
getset

Gets or sets the embedded process count.

string JobId
getset

Gets or sets the job id.

short NodeId
getset

Gets or sets the node id.

string NodeName
getset

Gets or sets the name of the node.