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
abstract GetServerInfo :
syncSession:SyncSession -> SyncServerInfo
override GetServerInfo :
syncSession:SyncSession -> SyncServerInfo
public override function GetServerInfo(
syncSession : SyncSession
) : SyncServerInfo
Parameters
- syncSession
Type: Microsoft.Synchronization.Data.SyncSession
A SyncSession object that contains metadata about the current synchronization session.
Return Value
Type: Microsoft.Synchronization.Data.SyncServerInfo
A SyncServerInfo object.
Exceptions
| Exception | Condition |
|---|---|
| MissingMemberException | The underlying service proxy does not have a GetServerInfo method. |