ItemChange Constructor (SyncIdFormatGroup, SyncId, SyncId, ChangeKind, SyncVersion, SyncVersion)
Initializes a new instance of the ItemChange class that contains the specified ID format schema, replica ID, item ID, change kind, creation version, and change version.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
idFormats As SyncIdFormatGroup, _
replicaId As SyncId, _
itemId As SyncId, _
changeKind As ChangeKind, _
creationVersion As SyncVersion, _
changeVersion As SyncVersion _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim replicaId As SyncId
Dim itemId As SyncId
Dim changeKind As ChangeKind
Dim creationVersion As SyncVersion
Dim changeVersion As SyncVersion
Dim instance As New ItemChange(idFormats, replicaId, itemId, changeKind, creationVersion, changeVersion)
public ItemChange (
SyncIdFormatGroup idFormats,
SyncId replicaId,
SyncId itemId,
ChangeKind changeKind,
SyncVersion creationVersion,
SyncVersion changeVersion
)
public:
ItemChange (
SyncIdFormatGroup^ idFormats,
SyncId^ replicaId,
SyncId^ itemId,
ChangeKind changeKind,
SyncVersion^ creationVersion,
SyncVersion^ changeVersion
)
public ItemChange (
SyncIdFormatGroup idFormats,
SyncId replicaId,
SyncId itemId,
ChangeKind changeKind,
SyncVersion creationVersion,
SyncVersion changeVersion
)
public function ItemChange (
idFormats : SyncIdFormatGroup,
replicaId : SyncId,
itemId : SyncId,
changeKind : ChangeKind,
creationVersion : SyncVersion,
changeVersion : SyncVersion
)
Parameters
- idFormats
The ID format schema of the provider.
- replicaId
The ID of the replica that originated this change.
- itemId
The ID of the item that was changed.
- changeKind
The type of change that was made to the item.
- creationVersion
The creation version of the item.
- changeVersion
The change version of the item.
Remarks
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace