Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PingTso

Hierarchy

  • PingTso

Index

Methods

Methods

Static getResource

  • getResource(servletKey: string): string

Static ping

  • ping(session: AbstractSession, servletKey: string): Promise<IPingResponse>
  • Issue a TSO Ping command, returns @param {IPingResponse} result, @see {IPingResponse}

    static
    memberof

    PingTso

    Parameters

    • session: AbstractSession

      representing connection to this api

    • servletKey: string

      servletkey for address space to ping, generated by start command

    Returns Promise<IPingResponse>

    , @see {IPingResponse}

Generated using TypeDoc