DbServerSyncProvider.GetServerInfo Method
Gets a SyncServerInfo object when give a session parameter.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
'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)
Parameters
- syncSession
- Type: Microsoft.Synchronization.Data.SyncSession
A SyncSession object that contains synchronization session variables, such as the ID of the client that is synchronizing.
Return Value
Type: Microsoft.Synchronization.Data.SyncServerInfoA SyncServerInfo object that contains server synchronization information.
Show: