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.

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

AsyncBase Class

Show: