Share via


PeerDataSyncContext Members

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

Encapsulates data changes and metadata for a synchronization session.

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

Public Constructors

  Name Description
Public method PeerDataSyncContext Initializes a new instance of the PeerDataSyncContext class.

Top

Public Properties

  Name Description
Public property DataSet Gets or sets a DataSet object that contains the selected rows from the peer database.
Public property IsPeerOutdated Gets or sets whether a peer is outdated, which means that the peer does not have sufficient metadata to correctly synchronize.
Public property MadeWithForgottenKnowledge Gets or sets a SyncKnowledge object that contains the forgotten knowledge that the peer had when the set of changes was selected from the peer database.
Public property MadeWithKnowledge Gets or sets a SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database.
Public property ScopeProgress Gets or sets a SyncScopeProgress object that contains a set of progress statistics for a synchronization scope.

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

PeerDataSyncContext Class
Microsoft.Synchronization.Data.Peer Namespace