Share via


HpcLinqContext.Configuration Property

Gets a read-only copy of the configuration information associated with the HpcLinqContext object.

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

Usage

'Usage
Dim instance As HpcLinqContext
Dim value As HpcLinqConfiguration

value = instance.Configuration

Syntax

'Declaration
Public ReadOnly Property Configuration As HpcLinqConfiguration
public HpcLinqConfiguration Configuration { get; }
public:
property HpcLinqConfiguration^ Configuration {
    HpcLinqConfiguration^ get ();
}
/** @property */
public HpcLinqConfiguration get_Configuration ()
public function get Configuration () : HpcLinqConfiguration

Property Value

An HpcLinqConfiguration object that contains a read-only copy of the configuration information for the HpcLinqContext object.

Remarks

The HpcLinqConfiguration object that this property contains is read-only. You cannot modify the configuration information for the HpcLinqContext object by using the HpcLinqConfiguration object that this property contains. To change your configuration, create a new HpcLinqConfiguration object, then specify that object when you use the HpcLinqContext constructor to create a new context.

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

Thread Safety

Separate instances of this class running in separate threads are not guaranteed to work for the beta release of Windows HPC Server 2008 R2 with Service Pack 2 (SP2).

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

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

Build Date:

2013-04-22