Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified item change is known by this knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function Contains ( _
replicaId As SyncId, _
itemId As SyncId, _
changeVersion As SyncVersion _
) As Boolean
'Usage
Dim instance As SyncKnowledge
Dim replicaId As SyncId
Dim itemId As SyncId
Dim changeVersion As SyncVersion
Dim returnValue As Boolean
returnValue = instance.Contains(replicaId, itemId, changeVersion)
public bool Contains (
SyncId replicaId,
SyncId itemId,
SyncVersion changeVersion
)
public:
bool Contains (
SyncId^ replicaId,
SyncId^ itemId,
SyncVersion^ changeVersion
)
public boolean Contains (
SyncId replicaId,
SyncId itemId,
SyncVersion changeVersion
)
public function Contains (
replicaId : SyncId,
itemId : SyncId,
changeVersion : SyncVersion
) : boolean
Parameters
- replicaId
The ID of the replica that originated this change.
- itemId
The ID of the item that was changed.
- changeVersion
The version for the change.
Return Value
true if the item change is known; otherwise, false.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace