Back to product page

UserDisconnected callback method


Called when user disconnects from wodWebServer

Syntax

  • Basic
object.UserDisconnected (Owner, User)
The UserDisconnected(object,Owner,User) syntax has these parts:
objectAn expression evaluating to an object of type IwodWebNotify
OwnerAn expression evaluating to an object of type wodWebServer
UserWebUser object. Reference to user that called CGI script.

Remarks

NOTE: This method is called only if you implemented IwodWebNotify interface in your application, and wodWeb1.Notification property has received reference to instance of your implementation.

This notification method is called 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