DataSource.NET  7.1-10.29157-a18c1ca
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 Tue Aug 20 2019 16:17:25 for DataSource.NET