Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndListUserPools C# (CSharp) Method

EndListUserPools() public method

Finishes the asynchronous execution of the ListUserPools operation.
public EndListUserPools ( IAsyncResult asyncResult ) : ListUserPoolsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUserPools.
return Amazon.CognitoIdentityProvider.Model.ListUserPoolsResponse
        public  ListUserPoolsResponse EndListUserPools(IAsyncResult asyncResult)
        {
            return EndInvoke<ListUserPoolsResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient