BusinessLogicModule::CommitHandler Method (SourceIdentifier, Guid)

 

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

Namespace:   Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

public:
virtual void CommitHandler(
	SourceIdentifier source,
	Guid rowGuid
)

Parameters

source
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport::SourceIdentifier

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

rowGuid
Type: System::Guid

GUID of the row that was committed.

Return to top
Show: