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

RegisterRdsDbInstanceAsync() public method

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

            return InvokeAsync<RegisterRdsDbInstanceRequest,RegisterRdsDbInstanceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient