Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndListUserPools C# (CSharp) Метод

EndListUserPools() публичный Метод

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