Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 901 Bytes

asyncbase-oncancel-method.md

File metadata and controls

38 lines (33 loc) · 901 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 translation.priority.mt
AsyncBase::OnCancel Method | Microsoft Docs
11/04/2016
cpp-windows
reference
async/Microsoft::WRL::AsyncBase::OnCancel
C++
OnCancel method
4bd0b68e-a9df-4913-9f6c-e093ed55c3f9
3
mikeblome
mblome
ghogen
cs-cz
pl-pl
pt-br
tr-tr

AsyncBase::OnCancel Method

When overridden in a derived class, cancels an asynchronous operation.

Syntax

virtual void OnCancel(  
   void  
) = 0;  

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

AsyncBase Class
AsyncBase::Cancel Method