GetServerInfo 方法
当在派生类中重写时,获取服务器同步信息。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Overridable Function GetServerInfo ( _
syncSession As SyncSession _
) As SyncServerInfo
用法
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
)
abstract GetServerInfo :
syncSession:SyncSession -> SyncServerInfo
override GetServerInfo :
syncSession:SyncSession -> SyncServerInfo
public function GetServerInfo(
syncSession : SyncSession
) : SyncServerInfo
参数
- syncSession
类型:Microsoft.Synchronization.Data. . :: . .SyncSession
包含有关当前同步会话的元数据的 SyncSession 对象。
返回值
类型:Microsoft.Synchronization.Data. . :: . .SyncServerInfo
一个 SyncServerInfo 对象。