DataSource.NET  7.1.9.312838
Caplin.DataSource.IMonitoringServer Interface Reference

Interface that can be used to add or delete MonitoringBeans from the monitoring subsystem. More...

Inherited by Caplin.DataSource.Monitoring.MonitoringServer.

Public Member Functions

void AddBean (MonitoringBean bean)
 Registers the new monitoring bean with the monitoring subsystem. More...
 
void DeleteBean (MonitoringBean bean)
 Deregisters the monitoring bean. More...
 

Detailed Description

Interface that can be used to add or delete MonitoringBeans from the monitoring subsystem.

Member Function Documentation

void Caplin.DataSource.IMonitoringServer.AddBean ( MonitoringBean  bean)

Registers the new monitoring bean with the monitoring subsystem.

Parameters
beanThe monitoring bean to remove.
void Caplin.DataSource.IMonitoringServer.DeleteBean ( MonitoringBean  bean)

Deregisters the monitoring bean.

Parameters
beanThe monitoring bean to remove.

Generated on Wed Apr 10 2019 18:22:40 for DataSource.NET