Update dynamic ABL session limit

When to use:

To update the current in-memory maxABLSessionsPerAgent limit, which is represented by the property dynmaxablsessions.

Query:
# Tokens: ABL_APP_NAME, AGENT_PID, SESSON_LIMIT
# Get dynamic ABL session limit
{"O":"PASOE:type=OEManager,name=AgentManager","M":["setDynamicABLSessionLimit","oepas1","16952","151"]}
Note: In this example, the token ABL_APP_NAME is replaced with oepas1, the AGENT_PID is replaced with 16952, and the SESSION_LIMIT is replaced with 151.
Result:

Returns the updated dynamic ABL session limit:

{
   "setDynamicABLSessionLimit":[
      {
         "ABLOutput":{
            "numAvailableSessions":2,
            "dynmaxablsessions":151,
            "numABLSessions":2
         },
         "ABLReturnVal":true,
         "agentId":"iDpJxd-FTmyZ7CnX0IJpMw",
         "pid":"16952"
      }
   ]
}