SyncAgent.OnSessionProgress 方法
引发 SessionProgress 事件。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Protected Overridable Sub OnSessionProgress ( _
value As SessionProgressEventArgs _
)
用法
Dim value As SessionProgressEventArgs
Me.OnSessionProgress(value)
protected virtual void OnSessionProgress (
SessionProgressEventArgs value
)
protected:
virtual void OnSessionProgress (
SessionProgressEventArgs^ value
)
protected void OnSessionProgress (
SessionProgressEventArgs value
)
protected function OnSessionProgress (
value : SessionProgressEventArgs
)
参数
- value
包含事件数据的 SessionProgressEventArgs 对象。