次の方法で共有


FeedSyncServices コンストラクター (SyncIdFormatGroup, SyncId, FeedIdConverter)

指定した ID 形式スキーマ、レプリカ ID、および ID コンバーターが含まれた、FeedSyncServices クラスの新しいインスタンスを初期化します。

名前空間: 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 名前空間