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

GetIPSetAsync() public method

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

            return InvokeAsync<GetIPSetRequest,GetIPSetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonWAFClient::GetIPSetAsync ( string ipSetId, System cancellationToken = default(CancellationToken) ) : Task
AmazonWAFClient