Costruttore FeedSyncServices (SyncIdFormatGroup, SyncId, FeedIdConverter)
Inizializza una nuova istanza della classe FeedSyncServices che contiene lo schema del formato dell'ID specificato, l'ID replica e il convertitore di ID.
Spazio dei nomi: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
idFormats As SyncIdFormatGroup, _
localEndpointId As SyncId, _
idConverter As FeedIdConverter _
)
'Utilizzo
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
)
Parametri
- idFormats
Schema del formato dell'ID del provider.
- localEndpointId
ID replica associato al feed FeedSync.
- idConverter
Convertitore per la conversione degli ID tra il formato XML FeedSync e il formato del provider.
Osservazioni
Vedere anche
Riferimento
Classe FeedSyncServices
Membri FeedSyncServices
Spazio dei nomi Microsoft.Synchronization.FeedSync