Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets server synchronization information.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Overrides Function GetServerInfo ( _
syncSession As SyncSession _
) As SyncServerInfo
'Usage
Dim instance As ServerSyncProviderProxy
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
Parameters
- syncSession
A SyncSession object that contains metadata about the current synchronization session.
Return Value
A SyncServerInfo object.
See Also
Reference
ServerSyncProviderProxy Class
ServerSyncProviderProxy Members
Microsoft.Synchronization.Data Namespace