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

RegisterElasticIpAsync() public method

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

            return InvokeAsync<RegisterElasticIpRequest,RegisterElasticIpResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient