Open file
The Replication Agent is opening a replicated file on the target server.
VOID rxOnOpenFile(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxFILOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
After file open
The Replication Agent has successfully opened a replicated file on the target server.
VOID rxAfterOpenFile(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxFILOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
Close file
The Replication Agent is closing a replicated file on the target server.
VOID rxOnCloseFile(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxFILOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
After Create IFile
The Replication Agent has successfully replicated a create file using an IFIL on the target server.
VOID rxAfterCREIFIL(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxFILOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
Alter schema
The Replication Agent is performing an alter schema operation on a replicated file the target server.
VOID rxOnAlterSchema(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxFILOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field:
Resync file
The Replication Agent is resyncing a replicated file with the target server.
VOID rxOnResyncFile(prxEVENT prxagentev);
Input Parameters: rxEVENT with rxFILOP (see Callback Function Input Parameters)
Output Parameters: rxEVENT action field: