Edit

TeamHttpClient.GetTeam(String, String, Object) Method

Definition

Caution

Use GetTeamAsync method

Get a specific team under a project. This has been deprecated and clients should instead use the GetTeamAsync method.

[System.Obsolete("Use GetTeamAsync method", false)]
public System.Threading.Tasks.Task<Microsoft.TeamFoundation.Core.WebApi.WebApiTeam> GetTeam(string projectId, string teamId, object userState = null);
member this.GetTeam : string * string * obj -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.Core.WebApi.WebApiTeam>
Public Function GetTeam (projectId As String, teamId As String, Optional userState As Object = null) As Task(Of WebApiTeam)

Parameters

projectId
String
teamId
String
userState
Object

Returns

Attributes

Applies to