| Total_cfu |
Indicates the total number of times the PropertyCollector checked for update calls during the last measurement period. |
Number |
PropertyCollector is the managed object type that clients use to retrieve a set of properties from one or more managed objects. Clients can also use the PropertyCollector to determine when any of the properties have changed. The change detection mechanism supports both polling and notification to detect property changes.
- Polling is supported with the CheckForUpdates method.
- Notification is supported with the WaitForUpdates method.
To decrease network traffic when collecting updates, a client creates one or more property collector filters to specify the parts of a managed object in which the client is interested.
All property collector state information is session-specific:
- A client cannot share its property collector filters with other clients.
- When a session terminates, the associated property collector filters are automatically destroyed.
|