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 | |
|---|---|---|
|
Errors | Gets the ErrorManager object that is used to display the errors that occurred during the data retrieval process.(Inherited from ListProvider) |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | (Inherited from ListProvider) |
![]() | Dispose | Overloaded. Release all resources that are used by the ListProvider object. |
![]() | Equals | Overloaded. (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetLifetimeService | (Inherited from MarshalByRefObject) |
![]() | GetType | (Inherited from Object) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from ListProvider) |
![]() ![]() | ReferenceEquals | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
Dispose | Overloaded. Overridden. |
|
DisposeData | Called by the Administration Console when the data in the list pane is no longer needed. |
|
Finalize | Releases unmanaged resources and performs other cleanup operations before the ListProvider object is reclaimed by garbage collection.(Inherited from ListProvider) |
|
GetData | Retrieves business objects and stores them in the ICollection object that is returned. |
|
GetObjectDisplayName | Returns the name of the specified object that will be displayed on the page in the Administration Console.(Inherited from ListProvider) |
|
GetObjectIcon | Returns the icon that is displayed for the specified object on the page of the Administration Console.(Inherited from ListProvider) |
|
GetObjectId | Returns the identifier for the specified object.(Inherited from ListProvider) |
|
MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject) |
|
OnDataUpdated | Raises the DataUpdated event. |
|
RefreshAndListenForUpdates | Overridden. Called by the Administration Console when a request is made to refresh the list that is displayed in the list pane. |
|
RefreshData | Instructs the PollingListProvider to poll for data. |
|
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. |
Community Additions
Show: