DataSource.NET  8.0.1.207118-0de6d82f
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 Fri Feb 23 2024 15:25:35 for DataSource.NET