0 out of 12 rated this helpful - Rate this topic

AsyncOperationCompletedHandler<TResult> delegate

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

Syntax

Public Delegate Sub AsyncOperationCompletedHandler( 
  asyncInfo As IAsyncOperation(Of TResult),  
  asyncStatus As AsyncStatus 
)

Attributes

GuidAttribute("fcdcf02c-e5d8-4478-915a-4d90b74b83a5")
VersionAttribute(NTDDI_WIN8)

Parameters

asyncInfo

Type: IAsyncOperation<TResult>

The asynchronous operation.

asyncStatus

Type: AsyncStatus

One of the enumeration values.

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

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.