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