Amazon.EC2.AmazonEC2Client.DisassociateRouteTableAsync C# (CSharp) Méthode

DisassociateRouteTableAsync() public méthode

Initiates the asynchronous execution of the DisassociateRouteTable operation.
public DisassociateRouteTableAsync ( DisassociateRouteTableRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateRouteTableRequest Container for the necessary parameters to execute the DisassociateRouteTable 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<DisassociateRouteTableResponse> DisassociateRouteTableAsync(DisassociateRouteTableRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DisassociateRouteTableRequestMarshaller();
            var unmarshaller = DisassociateRouteTableResponseUnmarshaller.Instance;

            return InvokeAsync<DisassociateRouteTableRequest,DisassociateRouteTableResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client