PollingInterval Class
Represents the polling intervals that are used by the PollingListProvider<TBusinessObject>.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Administration.ObjectModel.PollingInterval
Syntax
public static class PollingInterval
public ref class PollingInterval abstract sealed
Public NotInheritable Class PollingInterval
Properties
Name | Description | |
---|---|---|
MaxValue | The maximum interval that a PollingListProvider<TBusinessObject> object can poll for data. |
|
MinValue | The minimum interval that a PollingListProvider<TBusinessObject> object can poll for data. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top