Table of Contents

onEvent_Replication

Informationen

  • Kategorien: Kernel | Replikation
  • Version: 21.0.0.11226
  • Veröffentlichungsdatum: Mittwoch, 6. Juli 2016
  • Entwickler: Götzen
  • Benötigt Datenbankänderung: Ja
  • Betreff: Erkennen eines Replikationslaufs - onEvent_Replication

Beschreibung

Das Event "onEvent_Replication" erlaubt nun das Erkennen eines Replikationslaufs bei der Replikation per Webeservice.

Beispielcode

void onEvent_Replication( int $iEventType, int $iReplicationDirection, time  $tEventTime, string $sSlaveId, string $sReplicationSet, string $sErrorMessage )
{
//Parameter:
//  iEventType:            0 = Start, 1 = End, 2 = Error.
//  iReplicationDirection: 0 = master to slave, 1 = slave to master.

}