QueueJobCollection-Klasse

Stellt eine Auflistung von QueueJob -Objekten dar.

Vererbungshierarchie

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

QueueJobCollection-Member

Microsoft.ProjectServer.Client-Namespace