AsyncBase::FireCompletion Method
Invokes the completion event handler, or resets the internal progress delegate.
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