SyncAgent.SessionProgress 이벤트
동기화 중에 클라이언트에서 메타데이터를 읽은 후, 메타데이터를 작성한 후, 변경 내용을 다운로드한 후, 변경 내용을 업로드한 후 발생합니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public Event SessionProgress As EventHandler(Of SessionProgressEventArgs)
‘사용 방법
Dim instance As SyncAgent
Dim handler As EventHandler(Of SessionProgressEventArgs)
AddHandler instance.SessionProgress, handler
public event EventHandler<SessionProgressEventArgs> SessionProgress
public:
event EventHandler<SessionProgressEventArgs^>^ SessionProgress {
void add (EventHandler<SessionProgressEventArgs^>^ value);
void remove (EventHandler<SessionProgressEventArgs^>^ value);
}
/** @event */
public void add_SessionProgress (EventHandler<SessionProgressEventArgs> value)
/** @event */
public void remove_SessionProgress (EventHandler<SessionProgressEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.