ListProvider<TBusinessObject>.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
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected abstract void StopListeningForUpdates()
protected:
virtual void StopListeningForUpdates() abstract
Protected 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
ListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top