AsyncManager.Parameters Property

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)

function get Parameters () : IDictionary<String, Object>
private function set Parameters (value : IDictionary<String, Object>)

Property Value

Type: System.Collections.Generic.IDictionary(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.

Show: