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

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

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