Difference between revisions of "Pandora - Logout a User"

From SmartWiki
Jump to: navigation, search
(Created page with '==Function Overview== This function is used to close a session and "log" the user out from the instance. ''session_logout(flag,callbackfunc)'' {| border="1" !Parameter !Descr…')
 
 
Line 3: Line 3:
 
This function is used to close a session and "log" the user out from the instance.
 
This function is used to close a session and "log" the user out from the instance.
  
''session_logout(flag,callbackfunc)''
+
session_logout(flag,callbackfunc)
  
  

Latest revision as of 10:19, 6 August 2010

Function Overview

This function is used to close a session and "log" the user out from the instance.

session_logout(flag,callbackfunc)


Parameter Description
Flag Asynchronous processing Flag

Set to False for synchronous processing. Set to True for asynchronous processing.

Callbackfunc User created Java function to manage the callback from an asynchronous function.
Return

Notes

This function is always used synchronously.