Edit

TaskAgentHttpClientBase.CreateTeamProjectAsync Method

Definition

Overloads

CreateTeamProjectAsync(Object, CancellationToken)

[Preview API]

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

Parameters

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

CreateTeamProjectAsync(Guid, Object, CancellationToken)

[Preview API]

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

Parameters

project
Guid

Project ID

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

CreateTeamProjectAsync(String, Object, CancellationToken)

[Preview API]

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

Parameters

project
String

Project ID or project name

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to