ProjectContext.WaitForQueueAsync(QueueJob, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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