Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
UserDisconnected callback method
Called when user disconnects from wodWebServer
Syntax
- Basic
object.UserDisconnected (Owner, User)
The UserDisconnected(object,Owner,User) syntax has these parts:
The UserDisconnected(object,Owner,User) syntax has these parts:
object | An expression evaluating to an object of type IwodWebNotify |
Owner | An expression evaluating to an object of type wodWebServer |
User | WebUser 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.