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
)
abstract OnSessionProgress : 
        value:SessionProgressEventArgs -> unit 
override OnSessionProgress : 
        value:SessionProgressEventArgs -> unit 
protected function OnSessionProgress(
    value : SessionProgressEventArgs
)

参数

请参阅

参考

SyncAgent类

SyncAgent 成员

Microsoft.Synchronization 命名空间