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

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

Initiates the asynchronous execution of the GetUsagePlans operation.
public GetUsagePlansAsync ( GetUsagePlansRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetUsagePlansRequest Container for the necessary parameters to execute the GetUsagePlans operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetUsagePlansResponse> GetUsagePlansAsync(GetUsagePlansRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetUsagePlansRequestMarshaller();
            var unmarshaller = GetUsagePlansResponseUnmarshaller.Instance;

            return InvokeAsync<GetUsagePlansRequest,GetUsagePlansResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient