Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies the unmanaged provider that it is joining a synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Overrides Sub BeginSession ( _
position As SyncProviderPosition, _
syncSessionContext As SyncSessionContext _
)
'Usage
Dim instance As UnmanagedSyncProviderWrapper
Dim position As SyncProviderPosition
Dim syncSessionContext As SyncSessionContext
instance.BeginSession(position, syncSessionContext)
public override void BeginSession (
SyncProviderPosition position,
SyncSessionContext syncSessionContext
)
public:
virtual void BeginSession (
SyncProviderPosition position,
SyncSessionContext^ syncSessionContext
) override
public void BeginSession (
SyncProviderPosition position,
SyncSessionContext syncSessionContext
)
public override function BeginSession (
position : SyncProviderPosition,
syncSessionContext : SyncSessionContext
)
Parameters
- position
The position of this provider, relative to the other provider in the session.
- syncSessionContext
The current status of the corresponding session.
Remarks
This method wraps the unmanaged IKnowledgeSyncProvider::BeginSession method.
See Also
Reference
UnmanagedSyncProviderWrapper Class
UnmanagedSyncProviderWrapper Members
Microsoft.Synchronization Namespace