Share via


IJobOperations.KillJobAsync(String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse> KillJobAsync (string jobId, System.Threading.CancellationToken cancellationToken);
abstract member KillJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse>
Public Function KillJobAsync (jobId As String, cancellationToken As CancellationToken) As Task(Of JobGetResponse)

Parameters

jobId
String
cancellationToken
CancellationToken

Returns

Applies to