DbOutdatedEventArgs Class
Provides data for the SyncPeerOutdated event.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The DbOutdatedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbOutdatedEventArgs | Initializes a new instance of the DbOutdatedEventArgs class by using local knowledge, local cleanup knowledge, remote knowledge, and session parameters. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets or sets a DbOutdatedSyncAction enumeration value for the action to handle the outdated peer. |
![]() | LocalCleanupKnowledge | Gets a SyncKnowledge object that contains the knowledge of the local provider. |
![]() | LocalSyncKnowledge | Gets a SyncKnowledge object that contains the cleanup knowledge of the local provider. |
![]() | RemoteSyncKnowledge | Gets a SyncKnowledge object that contains the knowledge of the remote provider. |
![]() | Session | Gets a DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing. |
Show:
