Logs out a user and clears user's session variables.

Syntax

Visual Basic (declaration)
Public Function LogOut( _ 
ByVal AuthenticationTicket as String) as XmlNode

C# (declaration)
public XmlNode LogOut( 
string AuthenticationTicket)

Parameters

AuthenticationTicket
    string infoRouter ticket

Return Value

returns xml fragment.

<response success="true" error=""/>

if success attribute is "true", the caller successfully logged out.
if success attribute is "false", the error attribute indicates the encountered error.