dotConnect for DB2 Documentation
Devart.Data.Synchronization Namespace / DbSyncProviderBase Class / BeginSession Method
Determines whether the provider is associated with the local or remote database.
A Microsoft.Synchronization.SyncSessionContext object containing the information about the current synchronization session.

In This Topic
    BeginSession Method
    In This Topic
    This method is called by the Microsoft.Synchronization.SyncOrchestrator class to indicate that a synchronization session has started.
    Syntax
    'Declaration
     
    Public Overrides Sub BeginSession( _
       ByVal position As SyncProviderPosition, _
       ByVal syncSessionContext As SyncSessionContext _
    ) 
    public override void BeginSession( 
       SyncProviderPosition position,
       SyncSessionContext syncSessionContext
    )

    Parameters

    position
    Determines whether the provider is associated with the local or remote database.
    syncSessionContext
    A Microsoft.Synchronization.SyncSessionContext object containing the information about the current synchronization session.
    See Also