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

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

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

            return InvokeAsync<ListByteMatchSetsRequest,ListByteMatchSetsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonWAFRegionalClient