ServerSyncProvider.GetServerInfo Method
When overridden in a derived class, gets server synchronization information.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Overridable Function GetServerInfo ( _
syncSession As SyncSession _
) As SyncServerInfo
public virtual SyncServerInfo GetServerInfo (
SyncSession syncSession
)
public:
virtual SyncServerInfo GetServerInfo (
SyncSession^ syncSession
)
public SyncServerInfo GetServerInfo (
SyncSession syncSession
)
public function GetServerInfo (
syncSession : SyncSession
) : SyncServerInfo
Parameters
- syncSession
A SyncSession object that contains metadata about the current synchronization session.
Return Value
A SyncServerInfo object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
ServerSyncProvider Class
ServerSyncProvider Members
Microsoft.Synchronization.Data Namespace