Freigeben über


DbServerSyncProvider.GetServerInfo-Methode

Ruft ein SyncServerInfo-Objekt ab, wenn ein Sitzungsparameter angegeben wird.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public Overrides Function GetServerInfo ( _
    syncSession As SyncSession _
) As SyncServerInfo
'Usage
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

Parameter

  • syncSession
    Ein SyncSession-Objekt, das Variablen für die Synchronisierungssitzung enthält, beispielsweise die ID des Clients, der synchronisiert wird.

Rückgabewert

Ein SyncServerInfo-Objekt, das Serversynchronisierungsinformationen enthält.

Siehe auch

Verweis

DbServerSyncProvider-Klasse
DbServerSyncProvider-Member
Microsoft.Synchronization.Data.Server-Namespace