Partager via


IdentityHttpClient.AddMemberToGroupAsync, méthode (IdentityDescriptor, Guid, Object)

Espace de noms :  Microsoft.VisualStudio.Services.Identity.Client
Assembly :  Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)

Syntaxe

'Déclaration
Public Function AddMemberToGroupAsync ( _
    containerId As IdentityDescriptor, _
    memberId As Guid, _
    userState As Object _
) As Task(Of Boolean)
public Task<bool> AddMemberToGroupAsync(
    IdentityDescriptor containerId,
    Guid memberId,
    Object userState
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

IdentityHttpClient Classe

AddMemberToGroupAsync, surcharge

Microsoft.VisualStudio.Services.Identity.Client, espace de noms