DbOutdatedEventArgs Members

Provides data for the SyncPeerOutdated event.

The following tables list the members exposed by the DbOutdatedEventArgs type.

Public Constructors

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

This constructor is not CLS-compliant.

Top

Public Properties

  Name Description
Public property Action Gets or sets a DbOutdatedSyncAction enumeration value for the action to handle the outdated peer.
Public property LocalCleanupKnowledge Gets a SyncKnowledge object that contains the knowledge of the local provider.

This property is not CLS-compliant.
Public property LocalSyncKnowledge Gets a SyncKnowledge object that contains the cleanup knowledge of the local provider.

This property is not CLS-compliant.
Public property RemoteSyncKnowledge Gets a SyncKnowledge object that contains the knowledge of the remote provider.

This property is not CLS-compliant.
Public property Session Gets a DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Cc807397.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DbOutdatedEventArgs Class
Microsoft.Synchronization.Data Namespace