Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the FeedSyncServices class that contains the specified ID format schema and replica ID.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
idFormats As SyncIdFormatGroup, _
localEndpointId As SyncId _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim localEndpointId As SyncId
Dim instance As New FeedSyncServices(idFormats, localEndpointId)
public FeedSyncServices (
SyncIdFormatGroup idFormats,
SyncId localEndpointId
)
public:
FeedSyncServices (
SyncIdFormatGroup^ idFormats,
SyncId^ localEndpointId
)
public FeedSyncServices (
SyncIdFormatGroup idFormats,
SyncId localEndpointId
)
public function FeedSyncServices (
idFormats : SyncIdFormatGroup,
localEndpointId : SyncId
)
Parameters
- idFormats
The ID format schema of the provider.
- localEndpointId
The replica ID that is associated with the FeedSync feed.
Remarks
See Also
Reference
FeedSyncServices Class
FeedSyncServices Members
Microsoft.Synchronization.FeedSync Namespace