Web Service

Logout

Hide Navigation Pane

Logout

Previous topic Next topic No directory for this topic  

Logout

Previous topic Next topic Topic directory requires JavaScript  

Parameters

AtoBviaCToken

String




Return Value

LoginRecord


 

This service call is used to Logout from the web service using the token returned when logging in.

 

Call Example

 

<ServiceInstance>.Logout("xxxxx");

 

You should always call this method if you logged in successfully, failure to do so will not release a connection and will not decrement the NumberOfConnections.

 

If the call to Logout succeeded, True will be returned in the Success filed of the LoginRecord.

 

Should an error occur during the Logout attempt an error code will be returned in the NumberOfConnections field and an English translation of the error in the Token field of the LoginRecord.