Udostępnij za pośrednictwem


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
'Usage
Dim instance As ServerSyncProvider
Dim syncSession As SyncSession
Dim returnValue As SyncServerInfo

returnValue = instance.GetServerInfo(syncSession)
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.

See Also

Reference

ServerSyncProvider Class
ServerSyncProvider Members
Microsoft.Synchronization.Data Namespace