Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndListIdentityPools C# (CSharp) Method

EndListIdentityPools() public method

Finishes the asynchronous execution of the ListIdentityPools operation.
public EndListIdentityPools ( IAsyncResult asyncResult ) : ListIdentityPoolsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListIdentityPools.
return Amazon.CognitoIdentity.Model.ListIdentityPoolsResponse
        public  ListIdentityPoolsResponse EndListIdentityPools(IAsyncResult asyncResult)
        {
            return EndInvoke<ListIdentityPoolsResponse>(asyncResult);
        }
AmazonCognitoIdentityClient