Amazon.WAF.AmazonWAFClient.GetByteMatchSetAsync C# (CSharp) Méthode

GetByteMatchSetAsync() public méthode

Initiates the asynchronous execution of the GetByteMatchSet operation.
public GetByteMatchSetAsync ( Amazon.WAF.Model.GetByteMatchSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.WAF.Model.GetByteMatchSetRequest Container for the necessary parameters to execute the GetByteMatchSet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<GetByteMatchSetResponse> GetByteMatchSetAsync(GetByteMatchSetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetByteMatchSetRequestMarshaller();
            var unmarshaller = GetByteMatchSetResponseUnmarshaller.Instance;

            return InvokeAsync<GetByteMatchSetRequest,GetByteMatchSetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonWAFClient::GetByteMatchSetAsync ( string byteMatchSetId, System cancellationToken = default(CancellationToken) ) : Task
AmazonWAFClient