Click or drag to resize
RefreshType Enumeration
Enumeration representing messaging polling refresh modes.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum RefreshType
Members
  Member nameValueDescription
PushMode0 Push mode means continuous notifications in real time.
OneMinute1 Polling for changes will be done every one minute.
TwoMinutes2 Polling for changes will be done every two minutes.
FiveMinutes5 Polling for changes will be done every five minutes.
TenMinutes10 Polling for changes will be done every ten minutes.
FifteenMinutes15 Polling for changes will be done every fifteen minutes.
ThirtyMinutes30 Polling for changes will be done every thirty minutes.
SixtyMinutes60 Polling for changes will be done every one hour.
ManualMode1000 Polling for updates is disabled. Use manual refresh method Refresh(CompletionHandler^).
See Also