引發 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 物件。