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