QueueStatusDataSet.StatusRow.QueuePosition property

Specifies the position of the job in the queue.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.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