Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You might want to implement a list view with items whose status changes over time and which should be dynamically updated to reflect the changes.
For example, suppose your snap-in displays a list view that shows the real-time status of resources that it manages. The snap-in should dynamically update the list view as the resource status values change.
Be aware that snap-ins are not allowed to call any MMC interfaces from a thread other than the main thread, so snap-ins must use thread-safe techniques to perform the updates.
Related topics