<A HREF="agentkit_contents.html"><img align=center src="contents.gif" ALT="Contents"></A> Up Previous Next

agConnection::OnKQMLRequest

expression * OnKQMLRequest(long taskId)

Called when the client requests the result of a performative. The default behaviour is to find the expression in the server results list, and return the expression.

This is the string version that by default, translates the string into a KQML expression and calls OnKQMLExecute. You should not normally need to override this.