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
- scopeId
Type: System.Guid
- groups
Type: System.Collections.Generic.IList<Identity>
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<IdentitiesCollection>
.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.