Share via


XDSServices.getXDSToFlushPerServiceSession(Int32) Method

Definition

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.

Applies to