AsyncActionCompletedHandler interface

Represents the method that is called when an asynchronous action completes.

Members

The AsyncActionCompletedHandler interface inherits from IAsyncInfo. AsyncActionCompletedHandler also has these types of members:

Methods

The AsyncActionCompletedHandler interface has these methods.

Method Description
Invoke Invokes the method that is called when the specified asynchronous action completes.

Remarks

Assign an AsyncActionCompletedHandler to an IAsyncAction to receive a notification when the asynchronous action completes.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Header
Windows.Foundation.idl

See also

IAsyncInfo