Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServerSession

Reflects the existence of a session on the server. Can be reused by the session pool. 反映服务器上会话的存在。可以由会话池重用。WARNING: not meant to be instantiated directly. 警告:不打算直接实例化。For internal use only.仅供内部使用。

Hierarchy继承层级

  • ServerSession

Index索引

Properties属性

Methods方法

Properties属性

isDirty: boolean
lastUse: number
txnNumber: number

Methods方法

  • hasTimedOut(sessionTimeoutMinutes: number): boolean
  • Determines if the server session has timed out.确定服务器会话是否超时。

    Parameters参数

    • sessionTimeoutMinutes: number

      The server's "logicalSessionTimeoutMinutes"

    Returns 返回 boolean

Generated using TypeDoc