FeedSyncServices Constructor (SyncIdFormatGroup, SyncId)
Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema and replica ID.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- localEndpointId
- Type: Microsoft.Synchronization::SyncId
The replica ID that is associated with the FeedSync feed.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats or localEndpointId is a nullptr. |
| ArgumentException | idFormats or localEndpointId are fixed length. |
| SyncIdFormatMismatchException |
|
Show: