IAsyncController 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義非同步控制器所需的方法。
public interface IAsyncController : System.Web.Mvc.IController
type IAsyncController = interface
interface IController
Public Interface IAsyncController
Implements IController
- 衍生
- 實作
方法
BeginExecute(RequestContext, AsyncCallback, Object) |
執行指定的要求內容。 |
EndExecute(IAsyncResult) |
結束非同步作業。 |
Execute(RequestContext) |
執行指定的要求內容。 (繼承來源 IController) |