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.
Called by the Dashboard when a request is made to refresh the list that is displayed in the list pane.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected override sealed void RefreshAndListenForUpdates(
IList<TBusinessObject> list
)
protected:
virtual void RefreshAndListenForUpdates(
IList<TBusinessObject>^ list
) override sealed
Protected Overrides NotOverridable Sub RefreshAndListenForUpdates (
list As IList(Of TBusinessObject)
)
Parameters
list
Type: System.Collections.Generic.IList<TBusinessObject>The IList to which business object objects have been added.
Remarks
TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.
See Also
PollingListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top