This class contains result jobs and other additional information from a job finding request. Clients can access result jobs by Jobs function as an IEnumerable interface. The underlying implementation of job collection is hidden from clients.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public class JobList
Visual Basic
Public Class JobList
Visual C++
public ref class JobList

Inheritance Hierarchy

Object
  VcClient..::..JobList

See Also