ItemMetadataFilter Delegate
Represents the method that will filter items to be included in a change batch. This delegate is used by GetChangeBatch.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
'Declaration Public Delegate Function ItemMetadataFilter ( _ itemId As String, _ creationVersion As SyncVersion, _ changeVersion As SyncVersion _ ) As Boolean 'Usage Dim instance As New ItemMetadataFilter(AddressOf HandlerMethod)
Parameters
- itemId
- Type: System.String
The ID of the item.
- creationVersion
- Type: Microsoft.Synchronization.SyncVersion
The creation version of the item.
- changeVersion
- Type: Microsoft.Synchronization.SyncVersion
The change version of the item.
Show: