AsyncBase::FireProgress Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at AsyncBase::FireProgress Method.
Invokes the current progress event handler.
void FireProgress( const typename ProgressTraits::Arg2Type arg );
Parameters
arg
The event handler method to invoke.
ProgressTraits is derived from ArgTraitsHelper Structure.
Header: async.h
Namespace: Microsoft::WRL
Show: