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.
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