Ens.Util.CSPMonitor
abstract class Ens.Util.CSPMonitor
Method Inventory
Methods
classmethod GetMatrix(Output pMatrix As %CSP.Monitor.Matrix, pParameter As %String = "") as %Status
pParameter is used to control whether "new" data is returned to the client.
Clients must explicitly pass in boolean flags in pParameter to indicate that they
can handle specific updates to the data in pMatrix.
The only flag implemented at this time is the 1 flag for Queue data.
classmethod MsgSearch(Output pRS As %XML.DataSet, pFilterObjStr As %Stream.Object, pTimeout As %Numeric = -1, pNextId As %Integer = 0, pType As %String = "Search") as %Status