Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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

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

string Apama.Engine.MonitorScript.GetText ( )

Retrieve the text of a MonitorScript fragment as a String.

Returns
override string Apama.Engine.MonitorScript.ToString ( )

Retrieve the text of a MonitorScript fragment as a String.

Property Documentation

string Apama.Engine.MonitorScript.Text
get

Retrieve the text of a MonitorScript fragment as a String.

Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.