HpcLinqJobInfo.HeadNode Property
Gets the head node of the HPC cluster that ran the job for the query.
Namespace: Microsoft.Hpc.Linq
Assembly: Microsoft.Hpc.Linq (in Microsoft.Hpc.Linq.dll)
Usage
'Usage
Dim instance As HpcLinqJobInfo
Dim value As String
value = instance.HeadNode
Syntax
'Declaration
Public ReadOnly Property HeadNode As String
public string HeadNode { get; }
public:
property String^ HeadNode {
String^ get ();
}
/** @property */
public String get_HeadNode ()
public function get HeadNode () : String
Property Value
A String that contains the head node of the HPC cluster that ran the job for the query. Null indicates that the job was not submitted to the HPC Job Scheduler Service yet.
Remarks
Platform Note: This property was introduced in Windows HPC Server 2008 R2 with Service Pack 3 (SP3).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012
Target Platforms
Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, with HPC Pack Client Utilities
See Also
Reference
HpcLinqJobInfo Class
HpcLinqJobInfo Members
Microsoft.Hpc.Linq Namespace
Connect
OpenJob
Build Date:
2013-04-22