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

EndGetApiKey() public method

Finishes the asynchronous execution of the GetApiKey operation.
public EndGetApiKey ( IAsyncResult asyncResult ) : GetApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApiKey.
return Amazon.APIGateway.Model.GetApiKeyResponse
        public  GetApiKeyResponse EndGetApiKey(IAsyncResult asyncResult)
        {
            return EndInvoke<GetApiKeyResponse>(asyncResult);
        }
AmazonAPIGatewayClient