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

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

Initiates the asynchronous execution of the GetChangeToken operation.
public GetChangeTokenAsync ( GetChangeTokenRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetChangeTokenRequest Container for the necessary parameters to execute the GetChangeToken operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetChangeTokenResponse> GetChangeTokenAsync(GetChangeTokenRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetChangeTokenRequestMarshaller();
            var unmarshaller = GetChangeTokenResponseUnmarshaller.Instance;

            return InvokeAsync<GetChangeTokenRequest,GetChangeTokenResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonWAFRegionalClient::GetChangeTokenAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonWAFRegionalClient