Amazon.OpsWorks.AmazonOpsWorksClient.UpdateElasticIpAsync C# (CSharp) Méthode

UpdateElasticIpAsync() public méthode

Initiates the asynchronous execution of the UpdateElasticIp operation.
public UpdateElasticIpAsync ( UpdateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateElasticIpRequest Container for the necessary parameters to execute the UpdateElasticIp 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<UpdateElasticIpResponse> UpdateElasticIpAsync(UpdateElasticIpRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateElasticIpRequestMarshaller();
            var unmarshaller = UpdateElasticIpResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateElasticIpRequest,UpdateElasticIpResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient