IBusinessLogicResolver.InvokeDeleteHandler Method

Definition

public:
 abstract Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnDataDelete InvokeDeleteHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier sourceIdentifier, System::Data::DataSet ^ sourceDataSet, int % logLevel, System::String ^ % logMessage);
public abstract Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataDelete InvokeDeleteHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier sourceIdentifier, System.Data.DataSet sourceDataSet, ref int logLevel, ref string logMessage);
abstract member InvokeDeleteHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates * string * Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataDelete
Public MustOverride Function InvokeDeleteHandler (currentChangeState As ChangeStates, methodName As String, sourceIdentifier As SourceIdentifier, sourceDataSet As DataSet, ByRef logLevel As Integer, ByRef logMessage As String) As ActionOnDataDelete

Parameters

currentChangeState
ChangeStates
methodName
String
sourceIdentifier
SourceIdentifier
sourceDataSet
DataSet
logLevel
Int32
logMessage
String

Returns

Applies to