Version

getTimeout Method

Get/Sets the amount of time (in ms) that is allowed to pass before failing the Callback. The default is 20000
Syntax
ASP.NET Ajax Javascript (Specification) 
function getTimeout() : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfControlCallbackManager.getTimeout();

Return Value

timeout for the request
See Also