This function is used to log out of the session.
Note: A session must always be ended with a logout in order to delete it from the server. If this
rule is not observed, the datasets are left in the respective table.
Syntax
Logout(string sessionId, out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session ID of the session to be logged out of. |
xmlResult | Empty when okay, otherwise MwsError |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |