Share via


SysWorkflowNotificationTask.unpack Method [AX 2012]

Microsoft internal use only.

Syntax

public boolean unpack(container _packedClass)

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the deserialization was successful; otherwise, false.

See Also

SysWorkflowNotificationTask Class

Pack-Unpack Design Pattern