|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Logs the user out of the current Zone. More...
#include <LogoutRequest.h>
Public Member Functions | |
| LogoutRequest () | |
| Creates a new LogoutRequest. | |
Logs the user out of the current Zone.
The user is notified of the logout with a event::SFSEvent::LOGOUT event. This does not close the connection, so right after that event the user can log in again, in the same Zone or in another one.
| sfs3::requests::LogoutRequest::LogoutRequest | ( | ) |
Creates a new LogoutRequest.
Pass it to SmartFox::send for the request to be performed.