Version

getClientContext Method

Returns the JSON object that will be used to pass infomration to the ResponseComplete event of the Callback.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getClientContext() : Object;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCallbackObject.getClientContext();

Return Value

JSON object
See Also