Share via


BusinessLogicModule.CommitHandler(SourceIdentifier, Guid) Method

Definition

Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.

public virtual void CommitHandler(Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier source, Guid rowGuid);

Parameters

source
SourceIdentifier

SourceIdentifier that indicates whether the source of the change is the Publisher or the Subscriber.

rowGuid
Guid

GUID of the row that was committed.

Applies to