DataSource.NET
MonitoringBean Constructor (templateName, description, key)
NamespacesCaplin.DataSource.MonitoringMonitoringBeanMonitoringBean(String, String, String)
Constructor for generating a monitoring bean.
Declaration Syntax
C#Visual BasicVisual C++
public MonitoringBean(
	string templateName,
	string description,
	string key
)
Public Sub New ( _
	templateName As String, _
	description As String, _
	key As String _
)
public:
MonitoringBean(
	String^ templateName, 
	String^ description, 
	String^ key
)
Parameters
templateName (String)
The name of the monitoring template.
description (String)
A human readable description of the purpose of this bean.
key (String)
The name of this instance of the monitoring group.
Remarks

Caplin's standard for monitoring is to use namespaced group names, such that all the beans for a component can sit under a single hierarchy.

A template represents a collection of operations and attributes.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)