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

EndUpdateApiKey() public method

Finishes the asynchronous execution of the UpdateApiKey operation.
public EndUpdateApiKey ( IAsyncResult asyncResult ) : UpdateApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApiKey.
return Amazon.APIGateway.Model.UpdateApiKeyResponse
        public  UpdateApiKeyResponse EndUpdateApiKey(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateApiKeyResponse>(asyncResult);
        }
AmazonAPIGatewayClient