Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAsyncOperationCompletedHandler<TResult> interface

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

Template parameters

TResult

The type that encapsulates the result from the asynchronous operation.

Members

The IAsyncOperationCompletedHandler<TResult> interface inherits from the IUnknown interface. IAsyncOperationCompletedHandler also has these types of members:

Methods

The IAsyncOperationCompletedHandler<TResult> interface has these methods.

MethodDescription
Invoke

Invokes the method that is called when the specified asynchronous operation completes.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.Foundation.Collections.h

See also

IAsyncOperation<TResult>

 

 

Show:
© 2017 Microsoft