DbOutdatedEventArgs Constructor

Initializes a new instance of the DbOutdatedEventArgs class by using local knowledge, local cleanup knowledge, remote knowledge, and session parameters.

This API is not CLS-compliant. 

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

[CLSCompliantAttribute(false)]
public:
DbOutdatedEventArgs(
	SyncKnowledge^ localSyncKnowledge, 
	SyncKnowledge^ localCleanupKnowledge, 
	SyncKnowledge^ remoteSyncKnowledge, 
	DbSyncSession^ session
)

Parameters

localSyncKnowledge
Type: Microsoft.Synchronization::SyncKnowledge
A SyncKnowledge object that contains the knowledge of the local provider.
localCleanupKnowledge
Type: Microsoft.Synchronization::SyncKnowledge
A SyncKnowledge object that contains the cleanup knowledge of the local provider.
remoteSyncKnowledge
Type: Microsoft.Synchronization::SyncKnowledge
A SyncKnowledge object that contains the knowledge of the remote provider.
session
Type: Microsoft.Synchronization.Data::DbSyncSession
A DbSyncSession object that contains metadata about the current synchronization session.

ExceptionCondition
ArgumentNullException

session is a nullptr.

Show: