IdentityHttpClient.CreateGroupsAsync Method

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
)
public:
Task<IdentitiesCollection^>^ CreateGroupsAsync(
    Guid scopeId, 
    IList<Identity^>^ groups, 
    Object^ userState
)
member CreateGroupsAsync : 
        scopeId:Guid * 
        groups:IList<Identity> * 
        userState:Object -> Task<IdentitiesCollection> 
public function CreateGroupsAsync(
    scopeId : Guid, 
    groups : IList<Identity>, 
    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