AsyncBase::FireProgress 方法

调用活动进程事件处理程序。

void FireProgress(
   const typename ProgressTraits::Arg2Type arg
);

参数

  • arg
    调用的事件处理程序方法。

备注

ProgressTraits 从 ArgTraitsHelper 结构派生。

要求

标题: async.h

命名空间: Microsoft:: WRL

请参见

参考

AsyncBase 类