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

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

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

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.

Header: async.h

Namespace: Microsoft::WRL

AsyncBase Class

Show: