IAsyncAction interface

1 out of 8 rated this helpful - Rate this topic

Represents an asynchronous action.

Syntax


public interface IAsyncAction : IAsyncInfo

Attributes

GuidAttribute("5a648006-843a-4da9-865b-9d26e5dfad7b")
VersionAttribute(NTDDI_WIN8)

Members

The IAsyncAction interface has these types of members:

Methods

The IAsyncAction interface has these methods. It also inherits methods from the Object class.

MethodDescription
GetResults Returns the results of the action.

 

Properties

The IAsyncAction interface has these properties.

PropertyAccess typeDescription

Completed

Read/writeGets or sets the method that handles the action completed event.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Foundation
Windows::Foundation [C++]

Metadata

Windows.winmd

See also

IAsyncInfo

 

 

Build date: 2/25/2013

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