初始化 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
提供者的識別碼格式結構描述。
- localEndpointId
與 FeedSync 摘要相關聯的複寫識別碼。
- idConverter
在 FeedSync XML 格式與提供者格式之間轉譯識別碼的轉換器。
備註
請參閱
參考
FeedSyncServices 類別
FeedSyncServices 成員
Microsoft.Synchronization.FeedSync 命名空間