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