Share via


SrsPrintDestinationTokens.new Method [AX 2012]

Creates a new instance of the class connecting it to next instance in the chain of responsibility.

Syntax

public abstract void new([SrsPrintDestinationTokens _nextTokens])

Run On

Called

Parameters

Remarks

Each member of the chain of responsibility will handle the tokens it recognizes and pass on those it does not to the next member of the chain.

See Also

Reference

SrsPrintDestinationTokens Class