Dovico.TrackITWSAPI.API.SessionLogout(Dovico.TrackITAPI.SessionToken)
Function Overview:
Ends the session specified by stToken. After calling this method the Session Token becomes invalid.
Parameter List:
stToken - SessionToken - Session Token that is to be destroyed
Returns
void
Example:
// end the session
wsapi.SessionLogout(stToken);