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

EndListUsers() public method

Finishes the asynchronous execution of the ListUsers operation.
public EndListUsers ( IAsyncResult asyncResult ) : ListUsersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUsers.
return Amazon.CognitoIdentityProvider.Model.ListUsersResponse
        public  ListUsersResponse EndListUsers(IAsyncResult asyncResult)
        {
            return EndInvoke<ListUsersResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient