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

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

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

            return InvokeAsync<UpdateWebACLRequest,UpdateWebACLResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonWAFRegionalClient