Share via


PollingListProvider Constructor (TimeSpan, Generic ListColumnCollection)

Initializes a new instance of the PollingListProvider class with the specified Timespan object and the specified ListColumnCollection.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration
Protected Sub New ( _
    pollingInterval As TimeSpan, _
    columns As ListColumnCollection(Of TBusinessObject) _
)
protected PollingListProvider (
    TimeSpan pollingInterval,
    ListColumnCollection<TBusinessObject> columns
)
protected:
PollingListProvider (
    TimeSpan pollingInterval, 
    ListColumnCollection<TBusinessObject>^ columns
)
protected PollingListProvider (
    TimeSpan pollingInterval, 
    ListColumnCollection<TBusinessObject> columns
)
protected function PollingListProvider (
    pollingInterval : TimeSpan, 
    columns : ListColumnCollection<TBusinessObject>
)

Parameters

  • pollingInterval
    The Timespan object that defines the interval that will be used to poll for changes to data.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

PollingListProvider Generic Class
PollingListProvider Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace