Share via


AccountHttpClient.GetMembersByAccountAsync Method

Namespace:  Microsoft.VisualStudio.Services.Account.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function GetMembersByAccountAsync ( _
    accountId As Guid, _
    includeDeletedUsers As Boolean, _
    userState As Object _
) As Task(Of List(Of AccountUser))
public Task<List<AccountUser>> GetMembersByAccountAsync(
    Guid accountId,
    bool includeDeletedUsers,
    Object userState
)
public:
Task<List<AccountUser^>^>^ GetMembersByAccountAsync(
    Guid accountId, 
    bool includeDeletedUsers, 
    Object^ userState
)
member GetMembersByAccountAsync : 
        accountId:Guid * 
        includeDeletedUsers:bool * 
        userState:Object -> Task<List<AccountUser>> 
public function GetMembersByAccountAsync(
    accountId : Guid, 
    includeDeletedUsers : boolean, 
    userState : Object
) : Task<List<AccountUser>>

Parameters

Return Value

Type: System.Threading.Tasks.Task<List<AccountUser>>

.NET Framework Security

See Also

Reference

AccountHttpClient Class

Microsoft.VisualStudio.Services.Account.Client Namespace