Membres BusinessLogicModule

Implements the custom business logic that is invoked during the merge replication synchronization process.

Le type BusinessLogicModule expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée BusinessLogicModule Constructor.

Haut de la page

Méthodes

  Nom Description
Méthode publique CommitHandler Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.
Méthode publique DeleteErrorHandler Optional method that implements the custom business logic invoked when an error occurs at the time a DELETE statement is being uploaded or downloaded.
Méthode publique DeleteHandler Optional method that implements the custom business logic invoked when DELETE statements are being uploaded or downloaded.
Méthode publique Dispose Disposes of all used resources. This method is invoked after all the custom business logic has been executed.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode publique Initialize Sends information about the article being synchronized to the business logic resolver when the Merge Agent is started.
Méthode publique InsertErrorHandler Optional method implements the custom business logic invoked when an error occurs at the time an INSERT statement is being uploaded or downloaded.
Méthode publique InsertHandler Optional method that implements the custom business logic invoked when INSERT statements are being uploaded or downloaded.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique PhaseBegin Optional method that indicates the beginning of an upload or download phase of the synchronization.
Méthode publique ToString (Hérité de Object.)
Méthode publique UpdateConflictsHandler Optional method that implements the custom business logic invoked when conflicting UPDATE statements occur at the Publisher and at the Subscriber.
Méthode publique UpdateDeleteConflictHandler Optional method that implements the custom business logic invoked when UPDATE statements conflict with DELETE statements at the Publisher and at the Subscriber.
Méthode publique UpdateErrorHandler Optional method that implements the custom business logic invoked when an error occurs at the time an UPDATE statement is being uploaded or downloaded.
Méthode publique UpdateHandler Optional method that implements the custom business logic invoked when UPDATE statements are being uploaded or downloaded.

Haut de la page

Propriétés

  Nom Description
Propriété publique HandledChangeStates Required property that returns information on the types of changes handled by the business logic module.

Haut de la page