XDSServices.getXDSToFlushPerServiceSession(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the MyConstruct tables will be flushed when the service session is returned to the pool.
public:
virtual int getXDSToFlushPerServiceSession(int _reserved);
public virtual int getXDSToFlushPerServiceSession (int _reserved);
abstract member getXDSToFlushPerServiceSession : int -> int
override this.getXDSToFlushPerServiceSession : int -> int
Public Overridable Function getXDSToFlushPerServiceSession (_reserved As Integer) As Integer
Parameters
- _reserved
- Int32
A reserved flag; not currently used.
Returns
1 if the MyConstruct tables will be flushed when the service session is returned to the pool; otherwise, 0.