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

EndUpdateAuthorizer() public method

Finishes the asynchronous execution of the UpdateAuthorizer operation.
public EndUpdateAuthorizer ( IAsyncResult asyncResult ) : UpdateAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAuthorizer.
return Amazon.APIGateway.Model.UpdateAuthorizerResponse
        public  UpdateAuthorizerResponse EndUpdateAuthorizer(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateAuthorizerResponse>(asyncResult);
        }
AmazonAPIGatewayClient