Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 835 Bytes

asyncbase-onstart-method.md

File metadata and controls

37 lines (32 loc) · 835 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
AsyncBase::OnStart Method | Microsoft Docs
11/04/2016
cpp-windows
reference
async/Microsoft::WRL::AsyncBase::OnStart
C++
OnStart method
1e51f186-2918-4269-8e88-a7dfc3139c45
3
mikeblome
mblome
ghogen

AsyncBase::OnStart Method

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

Syntax

virtual void OnStart(  
   void  
) = 0;  

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

AsyncBase Class
AsyncBase::OnStart Method