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

EndDeleteApiKey() public method

Finishes the asynchronous execution of the DeleteApiKey operation.
public EndDeleteApiKey ( IAsyncResult asyncResult ) : DeleteApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApiKey.
return DeleteApiKeyResponse
        public  DeleteApiKeyResponse EndDeleteApiKey(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteApiKeyResponse>(asyncResult);
        }
AmazonAPIGatewayClient