C# SMS API - logout method

This method can be used to logout from the SMS Gateway with your username and password. This function frees resources in the server, so it is recommended to use it. (Note: if you do not call this function the server will free resources after a period of inactivity)

     Name Description
void logout(); Use this function to logout from the SMS Gateway.

Example

logout();

More information