AsyncManager.Parameters Property

Visual Studio 2010

Gets the parameters that were passed to the asynchronous completion method.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property Parameters As IDictionary(Of String, Object)
	Get
	Private Set

Property Value

Type: System.Collections.Generic.IDictionary(Of String, Object)
The parameters that were passed to the asynchronous completion method.

A Visual Studio project with source code is available to accompany this topic: Download.

Community Additions

ADD
Show: