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

EndDeleteUserPoolClient() public method

Finishes the asynchronous execution of the DeleteUserPoolClient operation.
public EndDeleteUserPoolClient ( IAsyncResult asyncResult ) : DeleteUserPoolClientResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUserPoolClient.
return DeleteUserPoolClientResponse
        public  DeleteUserPoolClientResponse EndDeleteUserPoolClient(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteUserPoolClientResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient