5/13/2011

This class contains properties to change the polling and collection refresh intervals.

Syntax

class EDM_DeviceTypeConfig(
  string 
SupportedDeviceList,
  string 
CollectionXml,
  uint32 
RefreshInterval,
  uint32 
PollInterval,
  datetime 
LastRun
);

Properties

SupportedDeviceList

List of supported devices in the collection, separated by commas.

CollectionXml

List of collection names and collection identifiers. Changing this value will adversely affect specific scenarios for collections.

RefreshInterval

Collection refresh interval, in minutes. Specifies how frequently the server updates the collection data. Default value is 1440 (1 day). Minimum value is 1.

PollInterval

Polling interval, in minutes. Specifies how frequently the server requests updates from devices for the collection data. Default value is 60. Minimum value is 1. This interval should be less than or equal to RefreshInterval.

LastRun

Last time that polling was successfully executed.

Methods

None

Remarks

The following table shows the abbreviations that the SupportedDeviceListproperty uses for various device types.

Device type Abbreviation

Digital signage devices

DS

Handheld devices

HHT

Point of service devices

POS

Thin client devices

TC

If you encounter server performance issues, such as CPU spikes, you can increase the polling interval.

See Also