Job Class

Applies To: Windows 8.1

Represents information about a job.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Job

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Justification:="must match name of native object")> _
Public NotInheritable Class Job
    Implements IDisposable, IEnumerable
[DefaultMemberAttribute("Item")] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Justification="must match name of native object")] 
public sealed class Job : IDisposable, IEnumerable
[DefaultMemberAttribute(L"Item")] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1710:IdentifiersShouldHaveCorrectSuffix", Justification=L"must match name of native object")] 
public ref class Job sealed : IDisposable, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Justification="must match name of native object") */ 
public final class Job implements IDisposable, IEnumerable
DefaultMemberAttribute("Item") 
SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Justification="must match name of native object") 
public final class Job implements IDisposable, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Assessments.Hosting.Job

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 8.1

See Also

Reference

Job Members
Microsoft.Assessments.Hosting Namespace