AsyncResultType Enumeration

 

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

Specifies the type of result returned by the GetResults() method.

enum AsyncResultType;  

Values

NameDescription
MultipleResultsA set of multiple results, which are presented progressively between Start state and before Close() is called.
SingleResultA single result, which is presented after the Complete event occurs.

Header: async.h

Namespace: Microsoft::WRL

Microsoft::WRL Namespace

Show: