Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the expected wait time in seconds for the queue job to complete.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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