Share via


AsyncBase::FireProgress Method

Invokes the current progress event handler.

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

Parameters

  • arg
    The event handler method to invoke.

Remarks

ProgressTraits is derived from ArgTraitsHelper Structure.

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

Reference

AsyncBase Class