RunBaseMultiParm::runOnServerInternal Method [AX 2012]
Executes the run method on the server.
Syntax
server private static container runOnServerInternal(ClassId _classId, container _packedClass)
Run On
Server
Parameters
- _classId
Type: ClassId Extended Data Type
An ID of the class to be initialized.
- _packedClass
Type: container
A container from which to deserialize a class instance.
Return Value
Type: container
A container that contains the serialized current instance of the RunBaseMultiParm class.
Exceptions
Exception | Condition |
---|---|
Error | An instance of a class that has an ID that is equal to the _classId cannot be initialized or it does not belong to the RunBaseMultiParm class hierarchy. |