Share via


RunBaseMultiParm.unpackClientServerTransfer Method [AX 2012]

Deserializes the packedClass parameter value to the current instance of the RunBaseMultiParm class after it is transferred between the client and server.

Syntax

protected void unpackClientServerTransfer(container _packedClass)

Run On

Called

Parameters

  • _packedClass
    Type: container
    The container from which to deserialize the instance.

Exceptions

Exception Condition
Error

The class instance cannot be deserialized from the container.

See Also

Reference

RunBaseMultiParm Class