Partager via


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.TimeSpan

    The TimeSpan object that defines the interval that will be used to poll for changes to data.

See Also

PollingListProvider<TBusinessObject> Overload
PollingListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top