Share via


XDSServices.setXDSToFlushPerServiceSession Method

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

Syntax

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.

See Also

Reference

XDSServices Class