RunBaseMultiParm::runOnServerInternal Method [AX 2012]
Executes the run method on the server.
server private static container runOnServerInternal(ClassId _classId, container _packedClass)
Run On
ServerParameters
- _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: containerA container that contains the serialized current instance of the RunBaseMultiParm class.
Show: