Edit

TaskAgentHttpClientBase.RefreshDeploymentMachinesAsync Method

Definition

Overloads

RefreshDeploymentMachinesAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task RefreshDeploymentMachinesAsync(Guid project, int deploymentGroupId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member RefreshDeploymentMachinesAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RefreshDeploymentMachinesAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
Guid

Project ID

deploymentGroupId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

RefreshDeploymentMachinesAsync(String, Int32, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task RefreshDeploymentMachinesAsync(string project, int deploymentGroupId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member RefreshDeploymentMachinesAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RefreshDeploymentMachinesAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
String

Project ID or project name

deploymentGroupId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to