IMethodExecuterCall Method

The Call method is used to execute a specified Public Method defined in the AB Suite system

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Object Call(
	string method,
	Object[] args,
	bool[] modifiers
)

Parameters

method
Type: SystemString
The Public Method name
args
Type: SystemObject
The parameters required by the public method
modifiers
Type: SystemBoolean
?????

Return Value

Type: Object
Returns an object containing the results of the Public Method call
See Also

Reference