SyncAgent.OnSessionProgress 메서드
SessionProgress 이벤트를 발생시킵니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
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 개체입니다.