다음을 통해 공유


SyncOrchestrator.SessionProgress 이벤트

동기화 세션 중에 주기적으로 발생하여 진행률을 보고합니다.

네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
Public Event SessionProgress As EventHandler(Of SyncStagedProgressEventArgs)
‘사용 방법
Dim instance As SyncOrchestrator
Dim handler As EventHandler(Of SyncStagedProgressEventArgs)

AddHandler instance.SessionProgress, handler
public event EventHandler<SyncStagedProgressEventArgs> SessionProgress
public:
event EventHandler<SyncStagedProgressEventArgs^>^ SessionProgress {
    void add (EventHandler<SyncStagedProgressEventArgs^>^ value);
    void remove (EventHandler<SyncStagedProgressEventArgs^>^ value);
}
/** @event */
public void add_SessionProgress (EventHandler<SyncStagedProgressEventArgs> value)

/** @event */
public void remove_SessionProgress (EventHandler<SyncStagedProgressEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

주의

이 이벤트의 정확한 발생 시점 및 이벤트가 전송하는 데이터는 사용 중인 공급자 유형에 따라 다릅니다. 자세한 내용은 동기화 진행률 보고를 참조하십시오.

참고 항목

참조

SyncOrchestrator 클래스
SyncOrchestrator 멤버
Microsoft.Synchronization 네임스페이스