Skip to main content
AskMe (beta)
Loading icon

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