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

EndListUserPoolClients() public method

Finishes the asynchronous execution of the ListUserPoolClients operation.
public EndListUserPoolClients ( IAsyncResult asyncResult ) : ListUserPoolClientsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUserPoolClients.
return Amazon.CognitoIdentityProvider.Model.ListUserPoolClientsResponse
        public  ListUserPoolClientsResponse EndListUserPoolClients(IAsyncResult asyncResult)
        {
            return EndInvoke<ListUserPoolClientsResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient