IMLPushQueue (Compact 7)
3/12/2014
This interface pushes content into the Media Library by monitoring data sources for changes.
Methods
In addition to the methods inherited from IUnknown, this interface contains the following methods.
- IMLPushQueue::Start
Starts monitoring the locations listed in the watch list for Media Library updates.
- IMLPushQueue::Stop
Stops monitoring the locations listed in the watch list for Media Library updates.
- IMLPushQueue::GetRunningState
Returns the current state of the push queue.
- IMLPushQueue::EnqueueLocation
Adds a location to the push queue for a one-time update of the contents in the Media Library.
- IMLPushQueue::Clear
Clears the contents of the push queue, which updates the listed items in the Media Library; any pending items will be removed.
- IMLPushQueue::AddWatchedLocation
Adds a URL to the list of locations that the push queue monitors to update the Media Library.
- IMLPushQueue::RemoveWatchedLocation
Removes a URL from the list of locations that the push queue monitors for updates to the Media Library.
- IMLPushQueue::GetWatchListCount
Returns the number of entries in the list of locations monitored by the push queue.
- IMLPushQueue::GetWatchList
Returns the list of locations monitored by the push queue for possible updates to the Media Library.
Remarks
This interface continuously scans monitored locations for possible updates to the Media Library.
This interface is created in the call to IMLCore::GetPushQueue.
Requirements
Header |
mlibdll.h, |
Library |
mlibdll.lib |