BusinessLogicModule.CommitHandler(SourceIdentifier, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
public virtual void CommitHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier source, Guid rowGuid);
abstract member CommitHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * Guid -> unit
override this.CommitHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * Guid -> unit
Public Overridable Sub CommitHandler (source As SourceIdentifier, rowGuid As Guid)
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.