Sdílet prostřednictvím


FeedSyncServices Constructor (SyncIdFormatGroup, SyncId, FeedIdConverter)

Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema, replica ID, and ID converter.

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

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    localEndpointId As SyncId, _
    idConverter As FeedIdConverter _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim localEndpointId As SyncId
Dim idConverter As FeedIdConverter

Dim instance As New FeedSyncServices(idFormats, localEndpointId, idConverter)
public FeedSyncServices (
    SyncIdFormatGroup idFormats,
    SyncId localEndpointId,
    FeedIdConverter idConverter
)
public:
FeedSyncServices (
    SyncIdFormatGroup^ idFormats, 
    SyncId^ localEndpointId, 
    FeedIdConverter^ idConverter
)
public FeedSyncServices (
    SyncIdFormatGroup idFormats, 
    SyncId localEndpointId, 
    FeedIdConverter idConverter
)
public function FeedSyncServices (
    idFormats : SyncIdFormatGroup, 
    localEndpointId : SyncId, 
    idConverter : FeedIdConverter
)

Parameters

  • idFormats
    The ID format schema of the provider.
  • localEndpointId
    The replica ID that is associated with the FeedSync feed.
  • idConverter
    A converter to translate IDs between the FeedSync XML format and the provider format.

Remarks

See Also

Reference

FeedSyncServices Class
FeedSyncServices Members
Microsoft.Synchronization.FeedSync Namespace