OriginalQueueOrder Property
In This Topic
The queue order for the instance, which can be used to reorder pending jobs that have the same priority.
Syntax
'Declaration
Public ReadOnly Property OriginalQueueOrder As Integer
public int OriginalQueueOrder {get;}
public:
property int OriginalQueueOrder {
int get();
}
See Also