Amazon.Route53.AmazonRoute53Client.AssociateVPCWithHostedZoneAsync C# (CSharp) Метод

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

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

            return InvokeAsync<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53Client