Partager via


PollingListProvider<TBusinessObject> Constructor

 

Initializes a new instance of the PollingListProvider<TBusinessObject> class.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Overload List

Name Description
System_CAPS_protmethod PollingListProvider<TBusinessObject>(TimeSpan, IEqualityComparer<TBusinessObject>)

Initializes a new instance of the PollingListProvider<TBusinessObject> class with the specified TimeSpan object and the specified IEqualityComparer<T> object.

System_CAPS_protmethod PollingListProvider<TBusinessObject>(TimeSpan, ListColumnCollection<TBusinessObject>)

Initializes a new instance of the PollingListProvider<TBusinessObject> class with the specified TimeSpan object and the specified ListColumnCollection<TBusinessObject>.

See Also

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

Return to top