Skip to content

Commit 651548d

Browse files
committed
12.8.5 Release
1 parent 7d98a2f commit 651548d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

serveradmin/OpenEdge/ApplicationServer/Util/OEManagerEndpoint.cls

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**************************************************************************
2-
Copyright (c) 2022-2023 by Progress Software Corporation. All rights reserved.
2+
Copyright (c) 2022-2024 by Progress Software Corporation. All rights reserved.
33
**************************************************************************/
44
/*------------------------------------------------------------------------
55
File : OEManagerEndpoint
@@ -31,6 +31,9 @@ class OpenEdge.ApplicationServer.Util.OEManagerEndpoint:
3131
define public static property AgentMetrics as character no-undo init "oemanager/applications/&1/agents/&2/metrics" get.
3232
private set.
3333

34+
define public static property AgentRequests as character no-undo init "oemanager/applications/&1/agents/&2/requests" get.
35+
private set.
36+
3437
define public static property AgentSessions as character no-undo init "oemanager/applications/&1/agents/&2/sessions" get.
3538
private set.
3639

0 commit comments

Comments
 (0)