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

DeregisterElasticIpAsync() public method

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

            return InvokeAsync<DeregisterElasticIpRequest,DeregisterElasticIpResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient