Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

EnsLib.REST.GenericOperationInProc

class EnsLib.REST.GenericOperationInProc extends EnsLib.REST.GenericOperation

Same operation as EnsLib.REST.GenericOperation except this will be run by the same process as the caller. This allows a passthrough TCP session to be maintained.

Method Inventory

Parameters

parameter INVOCATION = InProc;
Inherited description: 2 modes: Queue, InProc

Methods

method OnMessage(pRequest As EnsLib.HTTP.GenericMessage, Output pResponse As EnsLib.HTTP.GenericMessage) as %Status
Invoke a remote HTTP Service given a generic HTTP request

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab