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

EndListGroups() public method

Finishes the asynchronous execution of the ListGroups operation.
public EndListGroups ( IAsyncResult asyncResult ) : ListGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGroups.
return Amazon.IdentityManagement.Model.ListGroupsResponse
        public  ListGroupsResponse EndListGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<ListGroupsResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient