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

DisassociateVPCFromHostedZoneAsync() public méthode

Initiates the asynchronous execution of the DisassociateVPCFromHostedZone operation.
public DisassociateVPCFromHostedZoneAsync ( DisassociateVPCFromHostedZoneRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateVPCFromHostedZoneRequest Container for the necessary parameters to execute the DisassociateVPCFromHostedZone 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<DisassociateVPCFromHostedZoneResponse> DisassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DisassociateVPCFromHostedZoneRequestMarshaller();
            var unmarshaller = DisassociateVPCFromHostedZoneResponseUnmarshaller.Instance;

            return InvokeAsync<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53Client