Click or drag to resize

FndActivityContextInvoke Method (String, String, Object, Object, String)

Performes an server invocation. The request context for this invokation will be generated from the URL that this object was activated with.

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 Invoke(
	string intface,
	string operation,
	Object request,
	Object response,
	string runAs
)

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
runAs
Type: SystemString
Run as value
See Also