Method | Description | |
---|---|---|
Result ( string taskId ) : System.Web.Mvc.ActionResult |
The result.
|
Method | Description | |
---|---|---|
AbstractResultController ( string displayName ) : System |
Initializes a new instance of the AbstractResultController class.
|
|
Action ( object>.Func |
The action method.
|
protected AbstractResultController ( string displayName ) : System | ||
displayName | string | /// The display name. /// |
return | System |
protected Action ( object>.Func |
||
action | object>.Func | /// The action. /// |
return | System.Web.Mvc.ActionResult |
public Result ( string taskId ) : System.Web.Mvc.ActionResult | ||
taskId | string | /// The task Id. /// |
return | System.Web.Mvc.ActionResult |