Version

WcfSchedulePollingMode Enumeration

Represents the various polling modes available on the WcfListScheduleDataConnector to poll for changes from the server. Polling only works when the item sources on the service send out list change notifications.
Syntax
'Declaration
 
Public Enum WcfSchedulePollingMode 
   Inherits System.Enum
public enum WcfSchedulePollingMode : System.Enum 
Members
MemberDescription
DetailedPolling will return detailed changes to individual items in the item sources.
NoneNo polling should be done.
RequeryOnAnyChangePolling will indicate which item sources have changed, at which point the client will requery the items from that item source.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also