Data Retrieval
There are two ways to retrieve data:
- Property retrieval as a single operation uses theRetrievePropertiesExandContinueRetrievePropertiesExmethods. These methods perform a single collection operation.
- Incremental property retrieval, also referred to as property monitoring, uses theWaitForUpdatesExmethod. The initial call to this method retrieves a baseline set of managed object property values. Subsequent calls retrieve changes in property values since the last retrieval. UseWaitForUpdatesExto monitor changes to the inventory or any managed object properties.ThePropertyCollectordoes not guarantee the order of data that it returns in response to a request for data.