Version

getServerContext Method

Returns the JSON object that will be used to pass infomration to the server about the specific Callback
Syntax
ASP.NET Ajax Javascript (Specification) 
function getServerContext() : Object;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCallbackObject.getServerContext();

Return Value

JSON object
See Also