AsyncActionCompletedHandler Delegate

Represents a method that handles the completed event of an asynchronous action.

Syntax

public delegate void AsyncActionCompletedHandler(
         IAsyncAction^ asyncInfo,
         AsyncStatus asyncStatus
)  

Parameters

asyncInfo
Type: IAsyncAction 

The asynchronous action.

asyncStatus
Type: AsyncStatus 

One of the enumeration values.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace