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

UpdateRdsDbInstanceAsync() public method

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

            return InvokeAsync<UpdateRdsDbInstanceRequest,UpdateRdsDbInstanceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient