XDSServices.setXDSToFlushPerServiceSession Method [AX 2012]

Sets the setting that determines whether the MyConstruct tables will be flushed when the service session is returned to the pool.

public void setXDSToFlushPerServiceSession(int reserved, int newstate)

Run On

Server

Parameters

reserved
Type: int
A reserved flag; not currently used.
newstate
Type: int
A value that indicates whether to flush the MyConstruct tables when the service session is returned to the pool. Pass 1 to flush the tables and 0 not to flush them.

Community Additions

ADD
Show: