QueueStatusDataSet.StatusRow.QueuePosition Property

Position of the job in the queue.

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

Syntax

'Declaration
Public Property QueuePosition As Integer
    Get
    Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer

value = instance.QueuePosition

instance.QueuePosition = value
public int QueuePosition { get; set; }

Property Value

Type: System.Int32

Remarks

Completed jobs have a QueuePosition of -1.

See Also

Reference

QueueStatusDataSet.StatusRow Class

QueueStatusDataSet.StatusRow Members

WebSvcQueueSystem Namespace