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

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

Finishes the asynchronous execution of the DeleteUsagePlan operation.
public EndDeleteUsagePlan ( IAsyncResult asyncResult ) : DeleteUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUsagePlan.
Результат DeleteUsagePlanResponse
        public  DeleteUsagePlanResponse EndDeleteUsagePlan(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteUsagePlanResponse>(asyncResult);
        }
AmazonAPIGatewayClient