Share via


XDSServices.setXDSToFlushPerServiceSession(Int32, Int32) Method

Definition

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

public:
 virtual void setXDSToFlushPerServiceSession(int _reserved, int _newstate);
public virtual void setXDSToFlushPerServiceSession (int _reserved, int _newstate);
abstract member setXDSToFlushPerServiceSession : int * int -> unit
override this.setXDSToFlushPerServiceSession : int * int -> unit
Public Overridable Sub setXDSToFlushPerServiceSession (_reserved As Integer, _newstate As Integer)

Parameters

_reserved
Int32

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.

_newstate
Int32

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.

Applies to