Edit

TeamHttpClient.GetTeamMembers Method

Definition

Caution

Use GetTeamMembersAsync method

Get the members for a specific team. This has been deprecated and clients should instead use the GetTeamMembersAsync method.

[System.Obsolete("Use GetTeamMembersAsync method", false)]
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Services.WebApi.IdentityRef>> GetTeamMembers(string projectId, string teamId, Nullable<int> top = null, Nullable<int> skip = null, object userState = null);
member this.GetTeamMembers : string * string * Nullable<int> * Nullable<int> * obj -> System.Threading.Tasks.Task<seq<Microsoft.VisualStudio.Services.WebApi.IdentityRef>>
Public Function GetTeamMembers (projectId As String, teamId As String, Optional top As Nullable(Of Integer) = null, Optional skip As Nullable(Of Integer) = null, Optional userState As Object = null) As Task(Of IEnumerable(Of IdentityRef))

Parameters

projectId
String
teamId
String
skip
Nullable<Int32>
userState
Object

Returns

Task<IEnumerable<Microsoft.VisualStudio.Services.WebApi.IdentityRef>>
Attributes

Applies to