RefreshType Enumeration |
Namespace: Avaya.ClientServices
public enum RefreshType
| Member name | Value | Description | |
|---|---|---|---|
| PushMode | 0 | Push mode means continuous notifications in real time. | |
| OneMinute | 1 | Polling for changes will be done every one minute. | |
| TwoMinutes | 2 | Polling for changes will be done every two minutes. | |
| FiveMinutes | 5 | Polling for changes will be done every five minutes. | |
| TenMinutes | 10 | Polling for changes will be done every ten minutes. | |
| FifteenMinutes | 15 | Polling for changes will be done every fifteen minutes. | |
| ThirtyMinutes | 30 | Polling for changes will be done every thirty minutes. | |
| SixtyMinutes | 60 | Polling for changes will be done every one hour. | |
| ManualMode | 1000 | Polling for updates is disabled. Use manual refresh method Refresh(CompletionHandler^). |
© 2017 Avaya LLC. All Rights Reserved.