ListProviderAdorner.StopListeningForUpdates Method ()
Called to stop the Dashboard from listening for list updates and to relinquish control of the IList that was passed into RefreshAndListenForUpdates.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public abstract void StopListeningForUpdates()
public:
virtual void StopListeningForUpdates() abstract
Public MustOverride Sub StopListeningForUpdates
Remarks
This method is called before the RefreshAndListenForUpdates method is called. If background threads have been used to manipulate the list, this method can be used to stop the threads.
See Also
ListProviderAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top