共用方式為


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 命名空間