Amazon.EC2.AmazonEC2Client.DisassociateSubnetCidrBlockAsync C# (CSharp) Method

DisassociateSubnetCidrBlockAsync() public method

Initiates the asynchronous execution of the DisassociateSubnetCidrBlock operation.
public DisassociateSubnetCidrBlockAsync ( DisassociateSubnetCidrBlockRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateSubnetCidrBlockRequest Container for the necessary parameters to execute the DisassociateSubnetCidrBlock operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DisassociateSubnetCidrBlockResponse> DisassociateSubnetCidrBlockAsync(DisassociateSubnetCidrBlockRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DisassociateSubnetCidrBlockRequestMarshaller();
            var unmarshaller = DisassociateSubnetCidrBlockResponseUnmarshaller.Instance;

            return InvokeAsync<DisassociateSubnetCidrBlockRequest,DisassociateSubnetCidrBlockResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client