Ends the connection to the Business Process server for the user session. The associated Progress.BPM.UserSession object will no longer have a connection to a Business Process server.
This flag identifies whether to delete the user session on the Business Process Server. If TRUE, the session is deleted from the Business Process Server. If FALSE, the session is not deleted from the Business Process Server.
When
Disconnect( ) succeeds, all of the ABL objects (but not the corresponding objects on the server) that have been created directly or indirectly through the associated
UserSession object become invalid. The
delete-on-server-flag identifies whether the user session is over (such as when the user logs out of the application) and the session should be deleted on the Business Process Server. See the notes for the
Progress.BPM.UserSession class.