GetServerInfo méthode
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
abstract GetServerInfo :
syncSession:SyncSession -> SyncServerInfo
override GetServerInfo :
syncSession:SyncSession -> SyncServerInfo
public override function GetServerInfo(
syncSession : SyncSession
) : SyncServerInfo
Paramètres
- syncSession
Type : Microsoft.Synchronization.Data. . :: . .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
Type : Microsoft.Synchronization.Data. . :: . .SyncServerInfo
Objet SyncServerInfo qui contient des informations de synchronisation du serveur.