FndActivityContextInvokeSync Method (String, String, Object, Object) |
Performes an server invocation. The request context for this invokation will be generated from the URL that this object was activated with.
This is ignores the value of AsynchronousMode and calls are made as AsynchronousMode was false
Namespace:
Ifs.Fnd.AccessProvider.Activity
Assembly:
Ifs.Fnd.AccessProvider (in Ifs.Fnd.AccessProvider.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic void InvokeSync(
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