GroupMeGroup SubmitAddedMembersAndWaitForResults Method CkSoftware GroupMe SDK - Documentation
Submits the previously prepared AddMembers Command, awaits the results and returns the AddMember results.

Namespace: CkSoftware.GroupMe.Sdk.Groups
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public Task<GroupAddMemberResultsData> SubmitAddedMembersAndWaitForResults()

Return Value

Type: Task GroupAddMemberResultsData 
The results of the AddMembers command.
See Also