Share via


UserLoadChangeContext Constructor

Initializes a new instance of the UserLoadChangeContext class that contains the specified ID format schema and item change metadata.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    itemChange As ItemChange _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim itemChange As ItemChange

Dim instance As New UserLoadChangeContext(idFormats, itemChange)
public UserLoadChangeContext (
    SyncIdFormatGroup idFormats,
    ItemChange itemChange
)
public:
UserLoadChangeContext (
    SyncIdFormatGroup^ idFormats, 
    ItemChange^ itemChange
)
public UserLoadChangeContext (
    SyncIdFormatGroup idFormats, 
    ItemChange itemChange
)
public function UserLoadChangeContext (
    idFormats : SyncIdFormatGroup, 
    itemChange : ItemChange
)

Parameters

  • idFormats
    The ID format schema of the provider.
  • itemChange
    The item change for which the change data should be retrieved from the item store.

See Also

Reference

UserLoadChangeContext Class
UserLoadChangeContext Members
Microsoft.Synchronization Namespace