AsyncBase::FireProgress Method
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.
Syntax
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