Amazon.APIGateway.AmazonAPIGatewayClient.EndUpdateAccount C# (CSharp) Method

EndUpdateAccount() public method

Finishes the asynchronous execution of the UpdateAccount operation.
public EndUpdateAccount ( IAsyncResult asyncResult ) : UpdateAccountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAccount.
return Amazon.APIGateway.Model.UpdateAccountResponse
        public  UpdateAccountResponse EndUpdateAccount(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateAccountResponse>(asyncResult);
        }
AmazonAPIGatewayClient