Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

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
FeedbackOpens in a new tab