SyncOrchestrator.SessionProgress イベント
進行状況をレポートするため、同期セッション中に定期的に発生します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
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 名前空間