Share via


SyncPeerOutdatedEventArgs Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides data for the SyncPeerOutdated event.

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

Public Constructors

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

Top

Public Properties

  Name Description
Public property Action Gets or sets an OutdatedSyncAction 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.
Public property LocalSyncKnowledge Gets a SyncKnowledge object that contains the cleanup knowledge of the local provider.
Public property RemoteSyncKnowledge Gets a SyncKnowledge object that contains the knowledge of the remote provider.
Public property Session Gets a PeerDataSyncSession 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 Static 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

SyncPeerOutdatedEventArgs Class
Microsoft.Synchronization.Data.Peer Namespace