the endpoint on which this session is operating
the Error if the async method has failed
evaluate the remaining time for the session
evaluate the time in milliseconds that the session will live on the server end from now. The remaining live time is calculated based on when the last message was sent to the server and the session timeout.
In normal operation , when server and client communicates on a regular basis, evaluateRemainingLifetime will return a number slightly below session.timeout
when the client and server cannot communicate due to a network issue (or a server crash), evaluateRemainingLifetime returns the estimated number of milliseconds before the server (if not crash) will keep the session alive on its end to allow a automatic reconnection with session.
When evaluateRemainingLifetime returns zero , this mean that the session has probably ended on the server side and will have to be recreated from scratch in case of a reconnection.
the number of milliseconds before session expires
the method nodeId to get argument definition from
the subscription Id to return
the Error if the async method has failed
the response
the callback function
nodeId to read
the read value id
the start time in UTC format
the end time in UTC format
the callback
the value to write
the callback function
the node id of the node to write
the value to write
Generated using TypeDoc
ClientSession