PollingListProvider<TBusinessObject> Constructor (TimeSpan, ListColumnCollection<TBusinessObject>)
Initializes a new instance of the PollingListProvider<TBusinessObject> class with the specified TimeSpan object and the specified ListColumnCollection<TBusinessObject>.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected PollingListProvider(
TimeSpan pollingInterval,
ListColumnCollection<TBusinessObject> columns
)
protected:
PollingListProvider(
TimeSpan pollingInterval,
ListColumnCollection<TBusinessObject>^ columns
)
Protected Sub New (
pollingInterval As TimeSpan,
columns As ListColumnCollection(Of TBusinessObject)
)
Parameters
pollingInterval
Type: System.TimeSpanThe TimeSpan object that defines the interval that will be used to poll for changes to data.
columns
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ListColumnCollection<TBusinessObject>The ListColumnCollection<TBusinessObject> that is used to check for equality of business objects.
See Also
PollingListProvider<TBusinessObject> Overload
PollingListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top