Class RefreshLocationListMessage
Class RefreshLocationListMessage. Describes the messages returned during Location List refresh operation.
Namespace: VpnSDK.Public.Messages
Assembly: VpnSDK.dll
Syntax
public class RefreshLocationListMessageConstructors
RefreshLocationListMessage(RefreshLocationListStatus)
Initializes a new instance of the RefreshLocationListMessage class.
Declaration
public RefreshLocationListMessage(RefreshLocationListStatus status)Parameters
| Type | Name | Description | 
|---|---|---|
| RefreshLocationListStatus | status | Refresh process status. | 
RefreshLocationListMessage(RefreshLocationListStatus, Exception)
Initializes a new instance of the RefreshLocationListMessage class.
Declaration
public RefreshLocationListMessage(RefreshLocationListStatus status, Exception exception = null)Parameters
| Type | Name | Description | 
|---|---|---|
| RefreshLocationListStatus | status | Refresh process status. | 
| Exception | exception | Refresh process exception | 
Properties
Exception
Gets refresh process exception.
Declaration
public Exception Exception { get; }Property Value
| Type | Description | 
|---|---|
| Exception | 
Status
Gets refresh process status.
Declaration
public RefreshLocationListStatus Status { get; }Property Value
| Type | Description | 
|---|---|
| RefreshLocationListStatus |