Share via


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

  • _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.

See Also

Reference

RunBaseMultiParm Class