Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 980 Bytes

asyncbase-fireprogress-method.md

File metadata and controls

43 lines (36 loc) · 980 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
AsyncBase::FireProgress Method | Microsoft Docs
11/04/2016
cpp-windows
reference
async/Microsoft::WRL::AsyncBase::FireProgress
C++
FireProgress method
4512bef6-0ebc-4465-9b8a-4c9dfa82084c
3
mikeblome
mblome
ghogen

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

See Also

AsyncBase Class