SyncAgent.SessionProgress イベント

同期中に発生します。発生するタイミングは、メタデータがクライアントで読み取られた後、メタデータが書き込まれた後、変更がダウンロードされた後、および変更がアップロードされた後です。

名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization.Data (microsoft.synchronization.data.dll 内)

構文

'宣言
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.

参照

リファレンス

SyncAgent クラス
SyncAgent メンバー
Microsoft.Synchronization 名前空間