Partager via


ISyncAgentsOperations Interface

Définition

Opérations SyncAgentsOperations.

public interface ISyncAgentsOperations
type ISyncAgentsOperations = interface
Public Interface ISyncAgentsOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un agent de synchronisation.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime un agent de synchronisation.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un agent de synchronisation.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime un agent de synchronisation.

GenerateKeyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Génère une clé de l’agent de synchronisation.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient un agent de synchronisation.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les agents de synchronisation dans un serveur.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les agents de synchronisation dans un serveur.

ListLinkedDatabasesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les bases de données liées à un agent de synchronisation.

ListLinkedDatabasesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie les bases de données liées à un agent de synchronisation.

Méthodes d’extension

BeginCreateOrUpdateAsync(ISyncAgentsOperations, String, String, String, String, CancellationToken)

Crée ou met à jour un agent de synchronisation.

BeginDeleteAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Supprime un agent de synchronisation.

CreateOrUpdateAsync(ISyncAgentsOperations, String, String, String, String, CancellationToken)

Crée ou met à jour un agent de synchronisation.

DeleteAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Supprime un agent de synchronisation.

GenerateKeyAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Génère une clé de l’agent de synchronisation.

GetAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Obtient un agent de synchronisation.

ListByServerAsync(ISyncAgentsOperations, String, String, CancellationToken)

Répertorie les agents de synchronisation dans un serveur.

ListByServerNextAsync(ISyncAgentsOperations, String, CancellationToken)

Répertorie les agents de synchronisation dans un serveur.

ListLinkedDatabasesAsync(ISyncAgentsOperations, String, String, String, CancellationToken)

Répertorie les bases de données liées à un agent de synchronisation.

ListLinkedDatabasesNextAsync(ISyncAgentsOperations, String, CancellationToken)

Répertorie les bases de données liées à un agent de synchronisation.

S’applique à