Partager via


ListProviderAdorner.RefreshAndListenForUpdates Method (IList<ListObject>)

 

Called by the list provider of the page after the list on the page has been retrieved.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public abstract void RefreshAndListenForUpdates(
    IList<ListObject> list
)
public:
virtual void RefreshAndListenForUpdates(
    IList<ListObject^>^ list
) abstract
Public MustOverride Sub RefreshAndListenForUpdates (
    list As IList(Of ListObject)
)

Parameters

Remarks

The IList object is a reference to a list that is displayed in the list pane of the Dashboard. Implementers of ListProvider<TBusinessObject> may store a reference to this list and manipulate it until the Dashboard calls StopListeningForUpdates.

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

ListProviderAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace

Return to top