Click or drag to resize

FndActivityContextInvokeIntegration Method (String, String, Object, Object)

Performes a server invocation. The request context for this invocation will be generated from the URL that this object was activated with. The call will be made through the server gateway.

Namespace:  Ifs.Fnd.AccessProvider.Activity
Assembly:  Ifs.Fnd.AccessProvider (in Ifs.Fnd.AccessProvider.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void InvokeIntegration(
	string intface,
	string operation,
	Object request,
	Object response
)

Parameters

intface
Type: SystemString
The server interface
operation
Type: SystemString
The operation in the interface
request
Type: SystemObject
The request sent in the invocation
response
Type: SystemObject
The response retrieved from the invocation
See Also