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

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

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

            return InvokeAsync<UpdateByteMatchSetRequest,UpdateByteMatchSetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonWAFRegionalClient::UpdateByteMatchSetAsync ( string byteMatchSetId, List updates, string changeToken, System cancellationToken = default(CancellationToken) ) : Task
AmazonWAFRegionalClient