Amazon.OpsWorks.AmazonOpsWorksClient.DisassociateElasticIpAsync C# (CSharp) Method

DisassociateElasticIpAsync() public method

Initiates the asynchronous execution of the DisassociateElasticIp operation.
public DisassociateElasticIpAsync ( DisassociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DisassociateElasticIpRequest Container for the necessary parameters to execute the DisassociateElasticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DisassociateElasticIpResponse> DisassociateElasticIpAsync(DisassociateElasticIpRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DisassociateElasticIpRequestMarshaller();
            var unmarshaller = DisassociateElasticIpResponseUnmarshaller.Instance;

            return InvokeAsync<DisassociateElasticIpRequest,DisassociateElasticIpResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient