System.Web.UI.Page.AspCompatEndProcessRequest C# (CSharp) Method

AspCompatEndProcessRequest() private method

private AspCompatEndProcessRequest ( IAsyncResult result ) : void
result IAsyncResult
return void
	protected void AspCompatEndProcessRequest (IAsyncResult result)
	{
		throw new NotImplementedException ();
	}
	
Page