Freigeben über


IdentityHttpClient.ListGroupsAsync-Methode

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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityHttpClient Klasse

Microsoft.VisualStudio.Services.Identity.Client-Namespace