Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
localSyncKnowledge As SyncKnowledge, _
localCleanupKnowledge As SyncKnowledge, _
remoteSyncKnowledge As SyncKnowledge, _
session As DbSyncSession _
)
'Usage
Dim localSyncKnowledge As SyncKnowledge
Dim localCleanupKnowledge As SyncKnowledge
Dim remoteSyncKnowledge As SyncKnowledge
Dim session As DbSyncSession
Dim instance As New DbOutdatedEventArgs(localSyncKnowledge, localCleanupKnowledge, remoteSyncKnowledge, session)
[CLSCompliantAttribute(false)]
public DbOutdatedEventArgs (
SyncKnowledge localSyncKnowledge,
SyncKnowledge localCleanupKnowledge,
SyncKnowledge remoteSyncKnowledge,
DbSyncSession session
)
[CLSCompliantAttribute(false)]
public:
DbOutdatedEventArgs (
SyncKnowledge^ localSyncKnowledge,
SyncKnowledge^ localCleanupKnowledge,
SyncKnowledge^ remoteSyncKnowledge,
DbSyncSession^ session
)
/** @attribute CLSCompliantAttribute(false) */
public DbOutdatedEventArgs (
SyncKnowledge localSyncKnowledge,
SyncKnowledge localCleanupKnowledge,
SyncKnowledge remoteSyncKnowledge,
DbSyncSession session
)
CLSCompliantAttribute(false)
public function DbOutdatedEventArgs (
localSyncKnowledge : SyncKnowledge,
localCleanupKnowledge : SyncKnowledge,
remoteSyncKnowledge : SyncKnowledge,
session : DbSyncSession
)
Parameters
- localSyncKnowledge
A SyncKnowledge object that contains the knowledge of the local provider.
- localCleanupKnowledge
A SyncKnowledge object that contains the cleanup knowledge of the local provider.
- remoteSyncKnowledge
A SyncKnowledge object that contains the knowledge of the remote provider.
- session
A DbSyncSession object that contains metadata about the current synchronization session.
Remarks
See Also
Reference
DbOutdatedEventArgs Class
DbOutdatedEventArgs Members
Microsoft.Synchronization.Data Namespace