ServerSyncProviderProxy::GetServerInfo Method

Gets server synchronization information.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
virtual SyncServerInfo GetServerInfo(
	SyncSession^ syncSession
) override

Parameters

syncSession
Type: Microsoft.Synchronization.Data::SyncSession
A SyncSession object that contains metadata about the current synchronization session.

ExceptionCondition
MissingMemberException

The underlying service proxy does not have a GetServerInfo method.

Show: