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 the data in the list pane is no longer needed.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected virtual void DisposeData(
IList<TBusinessObject> data
)
protected:
virtual void DisposeData(
IList<TBusinessObject>^ data
)
Protected Overridable Sub DisposeData (
data As IList(Of TBusinessObject)
)
Parameters
data
Type: System.Collections.Generic.IList<TBusinessObject>The IList of business objects that is no longer needed.
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