GroupMeGroup SubmitAddedMembersAsync Method CkSoftware GroupMe SDK - Documentation
Submits the previously prepared AddMembers Command and returns the Results Id required for Result-Polling / Checking.

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<Guid> SubmitAddedMembersAsync()

Return Value

Type: Task Guid 
The ResultsId used for Result-Polling / Checking if the results are ready.
Exceptions

ExceptionCondition
GroupMeExceptionOccurs if you try to execute the AddMembers without actually adding any members.
See Also