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
- accountId
Type: System.Guid
- includeDeletedUsers
Type: System.Boolean
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<List<AccountUser>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.