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

EndCreateApiKey() public method

Finishes the asynchronous execution of the CreateApiKey operation.
public EndCreateApiKey ( IAsyncResult asyncResult ) : CreateApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApiKey.
return Amazon.APIGateway.Model.CreateApiKeyResponse
        public  CreateApiKeyResponse EndCreateApiKey(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateApiKeyResponse>(asyncResult);
        }
AmazonAPIGatewayClient