|
|
OperationInvocationEventArgs (IWebRequest, IHttpResponse)
|
/* Constructor.
@param IWebRequest (Mandatory) The request being serviced
@param Progress.Lang.Object (mandatory) The entity/business logic servicing the request
@param IHttpResponse (mandatory) The response to this request */
|
|
|
OperationInvocationEventArgs (IWebRequest, Object)
|
/* Constructor.
@param IWebRequest (Mandatory) The request being serviced
@param Progress.Lang.Object (mandatory) The entity/business logic servicing the request */
|
|
|
OperationInvocationEventArgs (IWebRequest, Object, IHttpResponse, DataObjectService, MappedOperation)
|
/* Constructor.
@param IWebRequest (Mandatory) The request being serviced
@param Progress.Lang.Object (mandatory) The entity/business logic servicing the request
@param IHttpResponse (mandatory) The response to this request */
|