Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.BeginModifyReplicationInstance C# (CSharp) Method

BeginModifyReplicationInstance() public method

Initiates the asynchronous execution of the ModifyReplicationInstance operation.
public BeginModifyReplicationInstance ( ModifyReplicationInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyReplicationInstanceRequest Container for the necessary parameters to execute the ModifyReplicationInstance operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginModifyReplicationInstance(ModifyReplicationInstanceRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ModifyReplicationInstanceRequestMarshaller();
            var unmarshaller = ModifyReplicationInstanceResponseUnmarshaller.Instance;

            return BeginInvoke<ModifyReplicationInstanceRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonDatabaseMigrationServiceClient