HpcLinqJobInfo.JobId Property

Gets the identifier of the job that was created to run a LINQ to HPC query.

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

Usage

'Usage
Dim instance As HpcLinqJobInfo
Dim value As Integer

value = instance.JobId

Syntax

'Declaration
Public ReadOnly Property JobId As Integer
public int JobId { get; }
public:
property int JobId {
    int get ();
}
/** @property */
public int get_JobId ()
public function get JobId () : int

Property Value

A Int32 that specifies the identifier of the job. -1 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 2 (SP2) and is not supported in previous versions.

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
Id

Build Date:

2013-04-22