Previous Next
Opalis Quick Integration Kit > Objects > Monitor .Net

Monitor .Net
The Monitor .Net object executes a .Net library and class with properties that you specify and will provide Monitoring capabilities to trigger workflows.
Note: You must install the Microsoft .NET Framework 2.0 on the Action Server that will run this object before using it.
Note: If the Client and Action Server are running on different computers, you must put the .NET library that you want to invoke from this object on both the Client computer AND the Action Server computer.
Class Information tab
 
Library
Type the name of the library that you are invoking, or click the ellipsis button (...) and browse for it.
Class
Type the name of the class that you are invoking, or click the ellipsis button (...) and browse for it.
Setup
If your library and class depend on a configuration that you created using the Options > Invoke .Net menu (see Configuring Prerequisites), type the name of the configuration, or click the ellipsis button (...) and browse for it.
Properties tab
 
Properties
When you provide a class name in the Class field, the properties for that class appear in the Properties field. Type the values for each property.
Note: If your class contains a password property, text that you type for the password property is disguised. You can use alpha-numeric characters or Published Data items in password property fields, but you cannot use both in the same property.
Filters tab
 
Filters
You will use filters that you create with custom criteria to filter items. Perform the following for each filter that you want to create:
1.
Click Add. The Select Filter dialog appears.
2.
From the Name drop-down list, select the name of the event field that you want to use.
3.
Select options from the Relation field.
4.
Type or select the Value that is being compared against.
5.
Click OK.
Available Published Data
This object only creates Published Data items from items in your properties that include the declaration “OpalisOutput”. By default, the Published Data items take the name of the property. For example, if you used the Invoke .Net object to create a service with a property called “Minimum”, the Published Data item that would appear in subsequent objects would be called {Minimum from “Invoke .Net”}. To assign your own name to Published Data items, provide a name in the OpalisOutput declaration in your code.
Common Published Data

Previous Next