Freigeben über


IdentityHttpClient.CreateGroupsAsync-Methode

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

Syntax

'Declaration
Public Function CreateGroupsAsync ( _
    scopeId As Guid, _
    groups As IList(Of Identity), _
    userState As Object _
) As Task(Of IdentitiesCollection)
public Task<IdentitiesCollection> CreateGroupsAsync(
    Guid scopeId,
    IList<Identity> groups,
    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