Skip to content

Latest commit

 

History

History
60 lines (53 loc) · 1.24 KB

File metadata and controls

60 lines (53 loc) · 1.24 KB
title AsyncBase::FireCompletion Method | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
async/Microsoft::WRL::AsyncBase::FireCompletion
dev_langs
C++
helpviewer_keywords
FireCompletion method
ms.assetid b5e29d6d-52e7-4148-a7f3-a313b1359819
caps.latest.revision 3
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

AsyncBase::FireCompletion Method

Invokes the completion event handler, or resets the internal progress delegate.

Syntax

void FireCompletion(  
   void  
) override;  
  
virtual void FireCompletion();  

Remarks

The first version of FireCompletion() resets the internal progress delegate variable. The second version invokes the completion event handler if the asynchronous operation is complete.

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

AsyncBase Class