This topic has not yet been rated - Rate this topic

AsyncResultType Enumeration

Visual Studio 2012

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

enum AsyncResultType;

Name

Description

MultipleResults

A set of multiple results, which are presented progressively between Start state and before Close() is called.

SingleResult

A single result, which is presented after the Complete event occurs.

Header: async.h

Namespace: Microsoft::WRL

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.