Share via


IJobOperations.WaitForJobCompletionWithHttpMessagesAsync Method

Definition

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

Parameters

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

Returns

Applies to