In this docs page:
http://docs2x.smartfoxserver.com/api-do ... 8c049a.htm
if indicated that you get the data from the response like this:
Code: Select all
ISFSObject responseParams = (SFSObject)evt.Params["data"];This does work:
Code: Select all
ISFSObject responseParams = (SFSObject)evt.Params["params"];