Share via


ProjectContext.WaitForQueueAsync(QueueJob, Int32) Method

Definition

public System.Threading.Tasks.Task<Microsoft.ProjectServer.Client.JobState> WaitForQueueAsync (Microsoft.ProjectServer.Client.QueueJob job, int timeoutSeconds);
member this.WaitForQueueAsync : Microsoft.ProjectServer.Client.QueueJob * int -> System.Threading.Tasks.Task<Microsoft.ProjectServer.Client.JobState>
Public Function WaitForQueueAsync (job As QueueJob, timeoutSeconds As Integer) As Task(Of JobState)

Parameters

job
QueueJob
timeoutSeconds
Int32

Returns

Applies to