ServerSyncProviderProxy.GetServerInfo Method

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

Return Value

Type: Microsoft.Synchronization.Data.SyncServerInfo
A SyncServerInfo object.

Exceptions

Exception Condition
MissingMemberException

The underlying service proxy does not have a GetServerInfo method.

See Also

Reference

ServerSyncProviderProxy Class

Microsoft.Synchronization.Data Namespace