DbOutdatedEventArgs Constructor
Initializes a new instance of the DbOutdatedEventArgs class by using local knowledge, local cleanup knowledge, remote knowledge, and session parameters.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | session is a nullptr. |
Show: