Amazon.Route53.AmazonRoute53Client.GetChangeAsync C# (CSharp) Méthode

GetChangeAsync() public méthode

Initiates the asynchronous execution of the GetChange operation.
public GetChangeAsync ( GetChangeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetChangeRequest Container for the necessary parameters to execute the GetChange operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<GetChangeResponse> GetChangeAsync(GetChangeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetChangeRequestMarshaller();
            var unmarshaller = GetChangeResponseUnmarshaller.Instance;

            return InvokeAsync<GetChangeRequest,GetChangeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53Client