Share via


QueueStatusDataSet.StatusRow.WaitTime Property

Represents the expected wait time in seconds for the queue job to complete.

Namespace:  [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl

Syntax

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

value = instance.WaitTime

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

Property Value

Type: System.Int32

See Also

Reference

QueueStatusDataSet.StatusRow Class

QueueStatusDataSet.StatusRow Members

QueueSystem Web Service