System.Web.UI.Page.AspCompatBeginProcessRequest C# (CSharp) Метод

AspCompatBeginProcessRequest() приватный Метод

private AspCompatBeginProcessRequest ( HttpContext context, AsyncCallback cb, object extraData ) : IAsyncResult
context HttpContext
cb AsyncCallback
extraData object
Результат IAsyncResult
	protected IAsyncResult AspCompatBeginProcessRequest (HttpContext context,
							     AsyncCallback cb, 
							     object extraData)
	{
		throw new NotImplementedException ();
	}
Page