Enum RefreshLocationListStatus
Enum RefreshLocationListStatus. Describes the status of a server list refresh operation.
Namespace: VpnSDK.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum RefreshLocationListStatus
Fields
| Name | Description |
|---|---|
| Error | The list refresh failed. |
| RefreshedWithChanges | The list refresh is complete. |
| RefreshedWithNoChanges | This is returned when the refresh has not found any changes in the server list. |
| Refreshing | The list is being refreshed. |