Share via


FabricClient.TestManagementClient.CancelTestCommandAsync Method

Definition

Overloads

CancelTestCommandAsync(Guid, Boolean)

public System.Threading.Tasks.Task CancelTestCommandAsync(Guid operationId, bool force);
member this.CancelTestCommandAsync : Guid * bool -> System.Threading.Tasks.Task
Public Function CancelTestCommandAsync (operationId As Guid, force As Boolean) As Task

Parameters

operationId
System.Guid
force
System.Boolean

Returns

System.Threading.Tasks.Task

Applies to

CancelTestCommandAsync(Guid, Boolean, CancellationToken)

public System.Threading.Tasks.Task CancelTestCommandAsync(Guid operationId, bool force, System.Threading.CancellationToken cancellationToken);
member this.CancelTestCommandAsync : Guid * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CancelTestCommandAsync (operationId As Guid, force As Boolean, cancellationToken As CancellationToken) As Task

Parameters

operationId
System.Guid
force
System.Boolean
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to

CancelTestCommandAsync(Guid, Boolean, TimeSpan)

public System.Threading.Tasks.Task CancelTestCommandAsync(Guid operationId, bool force, TimeSpan timeout);
member this.CancelTestCommandAsync : Guid * bool * TimeSpan -> System.Threading.Tasks.Task
Public Function CancelTestCommandAsync (operationId As Guid, force As Boolean, timeout As TimeSpan) As Task

Parameters

operationId
System.Guid
force
System.Boolean
timeout
System.TimeSpan

Returns

System.Threading.Tasks.Task

Applies to

CancelTestCommandAsync(Guid, Boolean, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task CancelTestCommandAsync(Guid operationId, bool force, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.CancelTestCommandAsync : Guid * bool * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CancelTestCommandAsync (operationId As Guid, force As Boolean, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

operationId
System.Guid
force
System.Boolean
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to