PollingListProvider Members

Represents a ListProvider that polls for data at regular intervals.

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

  Name Description
PollingListProvider Overloaded.  
Top

  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

(see also Protected Methods)
 NameDescription
public methodCreateObjRef  (Inherited from ListProvider)
public methodDisposeOverloaded. Release all resources that are used by the ListProvider object.
public methodEquals  Overloaded. (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetLifetimeService  (Inherited from MarshalByRefObject)
public methodGetType  (Inherited from Object)
public methodInitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from ListProvider)
public methodstaticReferenceEquals  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

  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

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

Community Additions

Show: