IdentityHttpClient.ListGroupsAsync Method

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

Syntax

'Declaration
Public Function ListGroupsAsync ( _
    scopeIds As Guid(), _
    recurse As Boolean, _
    deleted As Boolean, _
    propertyNameFilters As IEnumerable(Of String), _
    userState As Object _
) As Task(Of IdentitiesCollection)
public Task<IdentitiesCollection> ListGroupsAsync(
    Guid[] scopeIds,
    bool recurse,
    bool deleted,
    IEnumerable<string> propertyNameFilters,
    Object userState
)
public:
Task<IdentitiesCollection^>^ ListGroupsAsync(
    array<Guid>^ scopeIds, 
    bool recurse, 
    bool deleted, 
    IEnumerable<String^>^ propertyNameFilters, 
    Object^ userState
)
member ListGroupsAsync : 
        scopeIds:Guid[] * 
        recurse:bool * 
        deleted:bool * 
        propertyNameFilters:IEnumerable<string> * 
        userState:Object -> Task<IdentitiesCollection> 
public function ListGroupsAsync(
    scopeIds : Guid[], 
    recurse : boolean, 
    deleted : boolean, 
    propertyNameFilters : IEnumerable<String>, 
    userState : Object
) : Task<IdentitiesCollection>

Parameters

Return Value

Type: System.Threading.Tasks.Task<IdentitiesCollection>

.NET Framework Security

See Also

Reference

IdentityHttpClient Class

Microsoft.VisualStudio.Services.Identity.Client Namespace