Skip to main content
Version: 3.0

CreateSession

Callable

  • CreateSession(sessionPool: SessionPool, options?: { sessionOptions?: SessionOptions }): Session | Promise<Session>

  • Parameters

    • sessionPool: SessionPool

      Pool requesting the new session.

    • optionaloptions: { sessionOptions?: SessionOptions }

    Returns Session | Promise<Session>