Freigeben über


QueueID-Enumeration

Gibt den Typ der Warteschlange-ID an.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration QueueID
'Usage
Dim instance As QueueID
[SerializableAttribute]
public enum QueueID

Member

Membername Beschreibung
UnknownQ Wert = 0. Unbekannter Warteschlange.
ProjectQ Wert = 1. Project-Warteschlange.
TimesheetQ Wert = 2. Arbeitszeittabellen-Warteschlange.
EndQList Wert = 3.

Hinweise

Hinweis

Der Microsoft.Office.Project.Server.Library -Namespace enthält auch den QueueConstants.QueueID -Typ.

Siehe auch

Referenz

WebSvcQueueSystem-Namespace

Weitere Ressourcen

How to: Use the QueueSystem Service