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

EndGetApiKeys() public method

Finishes the asynchronous execution of the GetApiKeys operation.
public EndGetApiKeys ( IAsyncResult asyncResult ) : GetApiKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApiKeys.
return Amazon.APIGateway.Model.GetApiKeysResponse
        public  GetApiKeysResponse EndGetApiKeys(IAsyncResult asyncResult)
        {
            return EndInvoke<GetApiKeysResponse>(asyncResult);
        }
AmazonAPIGatewayClient