Amazon.APIGateway.AmazonAPIGatewayClient.EndGetUsagePlanKeys C# (CSharp) Метод

EndGetUsagePlanKeys() публичный Метод

Finishes the asynchronous execution of the GetUsagePlanKeys operation.
public EndGetUsagePlanKeys ( IAsyncResult asyncResult ) : GetUsagePlanKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlanKeys.
Результат Amazon.APIGateway.Model.GetUsagePlanKeysResponse
        public  GetUsagePlanKeysResponse EndGetUsagePlanKeys(IAsyncResult asyncResult)
        {
            return EndInvoke<GetUsagePlanKeysResponse>(asyncResult);
        }
AmazonAPIGatewayClient