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