Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Returns the result of an asynchronous operation.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public MustOverride Function EndExecute ( _
asyncResult As IAsyncResult _
) As Object
public abstract Object EndExecute(
IAsyncResult asyncResult
)
public:
virtual Object^ EndExecute(
IAsyncResult^ asyncResult
) abstract
Parameters
- asyncResult
Type: System.IAsyncResult
An object that represents the status of an asynchronous operation.
Return Value
Type: System.Object
The result of an asynchronous operation.