Share via


ResReader.BeginProcessRequest method

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Web.MobileWordViewer
Assembly:  Microsoft.Office.Web.MobileWordViewer (in Microsoft.Office.Web.MobileWordViewer.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Function BeginProcessRequest ( _
    context As HttpContext, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ResReader
Dim context As HttpContext
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginProcessRequest(context, _
    callback, state)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public IAsyncResult BeginProcessRequest(
    HttpContext context,
    AsyncCallback callback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

Implements

IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object)

See also

Reference

ResReader class

ResReader members

Microsoft.Office.Web.MobileWordViewer namespace