Apama API Reference for .NET  10.15.3.4
Apama.Engine.MonitorScript Class Reference

A MonitorScript object encapsulates a MonitorScript code fragment, containing package, event and monitor definitions to be injected into an Engine. More...

Public Member Functions

string GetText ()
 Retrieve the text of a MonitorScript fragment as a String. More...
 
 MonitorScript (string str)
 Single argument copy-constructor. Takes a copy of the argument, or if null then assigns an empty String. More...
 
override string ToString ()
 Retrieve the text of a MonitorScript fragment as a String. More...
 

Properties

string Text [get]
 Retrieve the text of a MonitorScript fragment as a String. More...
 

Detailed Description

A MonitorScript object encapsulates a MonitorScript code fragment, containing package, event and monitor definitions to be injected into an Engine.

Constructor & Destructor Documentation

◆ MonitorScript()

Apama.Engine.MonitorScript.MonitorScript ( string  str)

Single argument copy-constructor. Takes a copy of the argument, or if null then assigns an empty String.

Member Function Documentation

◆ GetText()

string Apama.Engine.MonitorScript.GetText ( )

Retrieve the text of a MonitorScript fragment as a String.

Returns

◆ ToString()

override string Apama.Engine.MonitorScript.ToString ( )

Retrieve the text of a MonitorScript fragment as a String.

Property Documentation

◆ Text

string Apama.Engine.MonitorScript.Text
get

Retrieve the text of a MonitorScript fragment as a String.