Amazon.WAFRegional.AmazonWAFRegionalClient.ListSizeConstraintSetsAsync C# (CSharp) Метод

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

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

            return InvokeAsync<ListSizeConstraintSetsRequest,ListSizeConstraintSetsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonWAFRegionalClient