Méthode | Description | |
---|---|---|
CreateGroupAsync ( string groupName ) : Task |
||
DeleteGroupAsync ( string groupId ) : Task |
||
GetGroupAsync ( string groupId ) : Task |
||
GetGroupMembersAsync ( string groupId ) : Task
|
||
GetGroupOwnersAsync ( string groupId ) : Task
|
||
GetGroupsAsync ( ) : Task
|
||
UpdateGroupAsync ( string groupId ) : Task |
public static CreateGroupAsync ( string groupName ) : Task |
||
groupName | string | |
Résultat | Task |
public static DeleteGroupAsync ( string groupId ) : Task |
||
groupId | string | |
Résultat | Task |
public static GetGroupAsync ( string groupId ) : Task |
||
groupId | string | |
Résultat | Task |
public static GetGroupMembersAsync ( string groupId ) : Task
|
||
groupId | string | |
Résultat | Task
|
public static GetGroupOwnersAsync ( string groupId ) : Task
|
||
groupId | string | |
Résultat | Task
|
public static UpdateGroupAsync ( string groupId ) : Task |
||
groupId | string | |
Résultat | Task |