HpcLinqConfiguration Constructor (String)

Initializes a new instance of the HpcLinqConfiguration class to store configuration information for running LINQ to HPC queries on the HPC cluster with the specifies head node.

Namespace: Microsoft.Hpc.Linq
Assembly: Microsoft.Hpc.Linq (in Microsoft.Hpc.Linq.dll)

Usage

'Usage
Dim headNode As String

Dim instance As New HpcLinqConfiguration(headNode)

Syntax

'Declaration
Public Sub New ( _
    headNode As String _
)
public HpcLinqConfiguration (
    string headNode
)
public:
HpcLinqConfiguration (
    String^ headNode
)
public HpcLinqConfiguration (
    String headNode
)
public function HpcLinqConfiguration (
    headNode : String
)

Parameters

  • headNode
    A String that specifies the head node for the HPC cluster that should run the jobs for the LINQ to HPC queries that you want to run.

Remarks

To initialize an HpcLinqConfiguration object without specifying the head node of the HPC cluster on which the LINQ to HPC queries should run, use the HpcLinqConfiguration form of the constructor.

To change the head node of the HPC cluster that should run the LINQ to HPC queries for which the HpcLinqConfiguration object stores configuration information after you create the HpcLinqConfiguration object, use the HeadNode property.

Platform Note: This constructor was introduced in Windows HPC Server 2008 R2 with Service Pack 2 (SP2) and is not supported in previous versions.

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

HpcLinqConfiguration Class
HpcLinqConfiguration Members
Microsoft.Hpc.Linq Namespace
HpcLinqConfiguration
HeadNode

Build Date:

2013-04-22