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
Parameters
- method
- Type: SystemString
The Public Method name - args
- Type: SystemObject
The parameters required by the public method - modifiers
- Type: SystemBoolean
?????
Return Value
Type: ObjectReturns an object containing the results of the Public Method call
See Also