SessionStartInfo.Headnode Property
Retrieves the name of the head node of the cluster in which the service job runs.
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
'Usage
Dim instance As SessionStartInfo
Dim value As String
value = instance.Headnode
'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
The computer name of the head node.
The head node is specified when you construct this object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
SessionStartInfo Class
SessionStartInfo Members
Microsoft.Hpc.Scheduler.Session Namespace
Build Date:
2013-04-22