ChangeApplicationServices Constructor
Initializes a new instance of the ChangeApplicationServices class by using the specified ID format schema, conflict resolution policy, and synchronization session context information.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
ChangeApplicationServices(
SyncIdFormatGroup^ idFormats,
ConflictResolutionPolicy conflictResolutionPolicy,
SyncSessionContext^ syncSessionContext
)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- conflictResolutionPolicy
- Type: Microsoft.Synchronization::ConflictResolutionPolicy
The conflict resolution policy that is used to resolve concurrency conflicts that occur during synchronization.
- syncSessionContext
- Type: Microsoft.Synchronization::SyncSessionContext
Additional information about the synchronization session.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats is a nullptr. |
| ArgumentOutOfRangeException | conflictResolutionPolicy is an invalid value. |
Show: