|
DataSource.NET
8.0.13.562038-b0f3b66e
|
![]() |
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... | |
Interface that can be used to add or delete MonitoringBeans from the monitoring subsystem.
| void Caplin.DataSource.IMonitoringServer.AddBean | ( | MonitoringBean | bean | ) |
Registers the new monitoring bean with the monitoring subsystem.
| bean | The monitoring bean to remove. |
| void Caplin.DataSource.IMonitoringServer.DeleteBean | ( | MonitoringBean | bean | ) |
Deregisters the monitoring bean.
| bean | The monitoring bean to remove. |