Amazon.CloudFront.AmazonCloudFrontClient.ListDistributionsByWebACLIdAsync C# (CSharp) Метод

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

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

            return InvokeAsync<ListDistributionsByWebACLIdRequest,ListDistributionsByWebACLIdResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFrontClient