QueueJobCollection class

Represents a collection of QueueJob objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<QueueJob>
        Microsoft.ProjectServer.Client.QueueJobCollection

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.QueueJobCollection", ServerTypeId := "{3bd6fad2-f0f8-4f7c-9d38-f83f34c0b2d5}")> _
Public Class QueueJobCollection _
    Inherits ClientObjectCollection(Of QueueJob)
'Usage
Dim instance As QueueJobCollection
[ScriptTypeAttribute("PS.QueueJobCollection", ServerTypeId = "{3bd6fad2-f0f8-4f7c-9d38-f83f34c0b2d5}")]
public class QueueJobCollection : ClientObjectCollection<QueueJob>

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.

See also

Reference

QueueJobCollection members

Microsoft.ProjectServer.Client namespace