Share via


IJobOperations.WaitForJobCompletionAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse> WaitForJobCompletionAsync (string jobId, TimeSpan? duration, TimeSpan? waitInterval);
abstract member WaitForJobCompletionAsync : string * Nullable<TimeSpan> * Nullable<TimeSpan> -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse>
Public Function WaitForJobCompletionAsync (jobId As String, duration As Nullable(Of TimeSpan), waitInterval As Nullable(Of TimeSpan)) As Task(Of JobGetResponse)

Parameters

jobId
String
duration
Nullable<TimeSpan>
waitInterval
Nullable<TimeSpan>

Returns

Applies to