FeedSyncServices 构造函数 (SyncIdFormatGroup, SyncId, FeedIdConverter)

初始化 FeedSyncServices 类的一个新实例,该实例包含指定的 ID 格式架构、副本 ID 和 ID 转换器。

命名空间: Microsoft.Synchronization.FeedSync
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    localEndpointId As SyncId, _
    idConverter As FeedIdConverter _
)
用法
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
)

参数

  • idFormats
    提供程序的 ID 格式架构。
  • localEndpointId
    与 FeedSync 馈送相关联的副本 ID。
  • idConverter
    用于在 FeedSync XML 格式和提供程序格式之间转换 ID 的转换器。

备注

请参阅

参考

FeedSyncServices 类
FeedSyncServices 成员
Microsoft.Synchronization.FeedSync 命名空间