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)

public:
UserLoadChangeContext(
	SyncIdFormatGroup^ idFormats, 
	ItemChange^ itemChange
)

Parameters

idFormats
Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
itemChange
Type: Microsoft.Synchronization::ItemChange
The item change for which the change data should be retrieved from the item store.

ExceptionCondition
ArgumentNullException

idFormats or itemChange is a nullptr.

Show: