DbOutdatedEventArgs Class

Provides data for the SyncPeerOutdated event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.DbOutdatedEventArgs

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Class DbOutdatedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DbOutdatedEventArgs
public class DbOutdatedEventArgs : EventArgs
public ref class DbOutdatedEventArgs : public EventArgs
type DbOutdatedEventArgs =  
    class
        inherit EventArgs
    end
public class DbOutdatedEventArgs extends EventArgs

The DbOutdatedEventArgs type exposes the following members.

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.

Top

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.
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 DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data Namespace