다음을 통해 공유


FeedSyncServices 생성자 (SyncIdFormatGroup, SyncId, FeedIdConverter)

지정된 ID 형식 스키마, 복제본 ID 및 ID 변환기를 포함하는 FeedSyncServices 클래스의 새 인스턴스를 초기화합니다.

네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
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 네임스페이스