AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Helper..::..RegisterpostbackscriptEndRequest Method

Function is called when the postback returns delayed by 400ms.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static void RegisterpostbackscriptEndRequest(
	string function,
	Page currentPage,
	int wait
)

Parameters

function
Type: String
The function.
currentPage
Type: Page
The current page.
wait
Type: Int32
How long to wait for firing in milliseconds (default:400)