Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _nextTokens
Type: SrsPrintDestinationTokens Class
An instance of a subclass.
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.