Amazon.WAF.AmazonWAFClient.GetWebACLAsync C# (CSharp) Method

GetWebACLAsync() public method

Initiates the asynchronous execution of the GetWebACL operation.
public GetWebACLAsync ( Amazon.WAF.Model.GetWebACLRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.WAF.Model.GetWebACLRequest Container for the necessary parameters to execute the GetWebACL operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetWebACLResponse> GetWebACLAsync(GetWebACLRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetWebACLRequestMarshaller();
            var unmarshaller = GetWebACLResponseUnmarshaller.Instance;

            return InvokeAsync<GetWebACLRequest,GetWebACLResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonWAFClient::GetWebACLAsync ( string webACLId, System cancellationToken = default(CancellationToken) ) : Task
AmazonWAFClient