Start transaction
The Replication Agent is starting a transaction on the target server.
VOID rxOnStartTransaction(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxTRNOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
Commit transaction
The Replication Agent is committing a transaction on the target server.
VOID rxOnCommitTransaction(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxTRNOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
Abort transaction
The Replication Agent is aborting a transaction on the target server.
VOID rxOnAbortTransaction(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxTRNOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
User-defined log entry
The Replication Agent is processing a user-defined log entry operation.
VOID rxOnUserTransaction(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxTRNOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
Checkpoint
The Replication Agent is processing a checkpoint log entry.
VOID rxOnCheckpoint(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxTRNOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field: