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 | |
---|---|---|
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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.