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

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

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

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