DataSource.NET  7.1.12.29475-aead280
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 14 2020 17:46:10 for DataSource.NET