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

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

Initiates the asynchronous execution of the GetByteMatchSet operation.
public GetByteMatchSetAsync ( GetByteMatchSetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request 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. ///
Результат 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

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