Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As SessionStartInfo
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
The computer name of the head node.
Remarks
The head node is specified when you construct this object.
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 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
See Also
Reference
SessionStartInfo Class
SessionStartInfo Members
Microsoft.Hpc.Scheduler.Session Namespace
Build Date:
2013-04-22