QueueJob.WaitTime property
Gets the expected wait time before the queue job will complete.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property WaitTime As TimeSpan
Get
'Usage
Dim instance As QueueJob
Dim value As TimeSpan
value = instance.WaitTime
[RemoteAttribute]
public TimeSpan WaitTime { get; }
Property value
Type: System.TimeSpan
An object that represents a time interval.