IBusinessLogicResolver.InvokePhaseBegin Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public MustOverride Sub InvokePhaseBegin ( _
    download As Boolean _
)
'Usage
Dim instance As IBusinessLogicResolver
Dim download As Boolean
instance.InvokePhaseBegin(download)
public abstract void InvokePhaseBegin(
    bool download
)
public:
virtual void InvokePhaseBegin(
    bool download
) abstract
abstract InvokePhaseBegin : 
        download:bool -> unit 
public abstract function InvokePhaseBegin(
    download : boolean
)
Parameters
- download
Type: System.Boolean