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

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

Initiates the asynchronous execution of the GetUsagePlanKeys operation.
public GetUsagePlanKeysAsync ( GetUsagePlanKeysRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetUsagePlanKeysRequest Container for the necessary parameters to execute the GetUsagePlanKeys operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetUsagePlanKeysResponse> GetUsagePlanKeysAsync(GetUsagePlanKeysRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetUsagePlanKeysRequestMarshaller();
            var unmarshaller = GetUsagePlanKeysResponseUnmarshaller.Instance;

            return InvokeAsync<GetUsagePlanKeysRequest,GetUsagePlanKeysResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient