Brokermap_ontabledeleted(), Name, Description – Campbell Scientific LoggerNet Server SDK User Manual
Page 83: Brokermap_ontablechanged(), Brokermap_onbrokerstarted(), 2 brokercollection interface, 1 properties, Brokercollection.count, Com return values

Section 16. CsiBrokerMap Control Reference
BrokerMap_onTableDeleted()
Name
onTableDeleted(Object Broker, Object Table)
Description
This event gets called when a table is deleted from a broker in the broker map.
The table that was deleted will be returned as a broker object and table object
with this event.
BrokerMap_onTableChanged()
Name
onTableChanged(Object Broker, Object Table)
Description
This event executes when a Table in a Broker changes. Information about the
Broker and Table that changed are returned with this event.
BrokerMap_onBrokerStarted()
Name
onBrokerStarted(Object Broker)
Description
An event that indicates a Broker is in a started state. Information about the
Broker is returned with this event.
16.2 BrokerCollection Interface
16.2.1 Properties
BrokerCollection.Count
Name
BrokerCollection.Count As Long
Description
This property returns the number of brokers in the network map
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
16-7