PollingListProvider Members

Represents a ListProvider that polls for data at regular intervals.

The following tables list the members exposed by the PollingListProvider type.

Protected Constructors

  Name Description
PollingListProvider Overloaded.  

Top

Public Properties

  Name Description
public property Errors  Gets the ErrorManager object that is used to display the errors that occurred during the data retrieval process.(Inherited from ListProvider)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CreateObjRef  (Inherited from ListProvider)
public method Dispose Overloaded. Release all resources that are used by the ListProvider object.
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetLifetimeService  (Inherited from MarshalByRefObject)
public method GetType  (Inherited from Object)
public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from ListProvider)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Dispose Overloaded. Overridden.  
protected method DisposeData Called by the Administration Console when the data in the list pane is no longer needed.
protected method Finalize  Releases unmanaged resources and performs other cleanup operations before the ListProvider object is reclaimed by garbage collection.(Inherited from ListProvider)
protected method GetData Retrieves business objects and stores them in the ICollection object that is returned.
protected method GetObjectDisplayName  Returns the name of the specified object that will be displayed on the page in the Administration Console.(Inherited from ListProvider)
protected method GetObjectIcon  Returns the icon that is displayed for the specified object on the page of the Administration Console.(Inherited from ListProvider)
protected method GetObjectId  Returns the identifier for the specified object.(Inherited from ListProvider)
protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject)
protected method OnDataUpdated Raises the DataUpdated event.
protected method RefreshAndListenForUpdates Overridden. Called by the Administration Console when a request is made to refresh the list that is displayed in the list pane.
protected method RefreshData Instructs the PollingListProvider to poll for data.
protected method StopListeningForUpdates Overridden. Called to stop the Administration Console from listening for list updates and to relinquish control of the IList that was passed into RefreshAndListenForUpdates.

Top

Public Events

  Name Description
public event DataUpdated Represents an event that is raised when new data is available.

Top

See Also

Reference

PollingListProvider Generic Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace