Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |