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索引

Constructors构造函数

Properties属性

Methods方法

Constructors构造函数

constructor

Properties属性

id

isDirty

isDirty: boolean

lastUse

lastUse: number

txnNumber

txnNumber: number

Methods方法

hasTimedOut

  • hasTimedOut(sessionTimeoutMinutes: number): boolean
  • Determines if the server session has timed out.

    Parameters参数

    • sessionTimeoutMinutes: number

      The server's "logicalSessionTimeoutMinutes"

    Returns返回boolean

Generated using TypeDoc