Back to product page

UserDisconnected event


Fires when user disconnects from wodWebServer.

Syntax

  • Basic
Private Sub object_UserDisconnected (ByRef User)
The UserDisconnected(object,User) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
UserWebUser object. Reference to the user who sent the request.

Remarks

This event is fired when user closes connection with the server. At this point, he is already removed from Users collection, but you still have one last chance to access information stored in his instance of WebUser object.

Platforms

Windows