dotConnect for Oracle 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.

BeginSession Method
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 _
) 
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also