Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListGroupsForUser C# (CSharp) Method

EndListGroupsForUser() public method

Finishes the asynchronous execution of the ListGroupsForUser operation.
public EndListGroupsForUser ( IAsyncResult asyncResult ) : ListGroupsForUserResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGroupsForUser.
return Amazon.IdentityManagement.Model.ListGroupsForUserResponse
        public  ListGroupsForUserResponse EndListGroupsForUser(IAsyncResult asyncResult)
        {
            return EndInvoke<ListGroupsForUserResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient