Méthode DbServerSyncProvider.GetServerInfo
Obtient un objet SyncServerInfo en fonction d'un paramètre de session.
Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)
Syntaxe
'Déclaration
Public Overrides Function GetServerInfo ( _
syncSession As SyncSession _
) As SyncServerInfo
'Utilisation
Dim instance As DbServerSyncProvider
Dim syncSession As SyncSession
Dim returnValue As SyncServerInfo
returnValue = instance.GetServerInfo(syncSession)
public override SyncServerInfo GetServerInfo (
SyncSession syncSession
)
public:
virtual SyncServerInfo GetServerInfo (
SyncSession^ syncSession
) override
public SyncServerInfo GetServerInfo (
SyncSession syncSession
)
public override function GetServerInfo (
syncSession : SyncSession
) : SyncServerInfo
Paramètres
- syncSession
Objet SyncSession qui contient des variables de la session de synchronisation, telles que l'ID du client en cours de synchronisation.
Valeur de retour
Objet SyncServerInfo qui contient des informations de synchronisation du serveur.
Voir aussi
Référence
Classe DbServerSyncProvider
Membres DbServerSyncProvider
Espace de noms Microsoft.Synchronization.Data.Server