C# Class System.ComponentModel.Navigation.Controller.ActionAsyncResult

Inheritance: IAsyncResult
Show file Open project: nikhilk/silverlightfx

Private Properties

Property Type Description

Public Methods

Method Description
ActionAsyncResult ( ActionResult result, object asyncState ) : System
ActionAsyncResult ( Controller controller, AsyncCallback callback, object asyncState ) : System
Complete ( ActionResult result ) : void

Method Details

ActionAsyncResult() public method

public ActionAsyncResult ( ActionResult result, object asyncState ) : System
result ActionResult
asyncState object
return System

ActionAsyncResult() public method

public ActionAsyncResult ( Controller controller, AsyncCallback callback, object asyncState ) : System
controller Controller
callback AsyncCallback
asyncState object
return System

Complete() public method

public Complete ( ActionResult result ) : void
result ActionResult
return void