Interface IRegion
Interface IRegion. Describes a region as an ILocation.
Inherited Members
Namespace: VpnSDK.Interfaces
Assembly: cs.temp.dll.dll
Syntax
public interface IRegion : ILocation, INotifyPropertyChanged
Properties
GeoCoordinate
Gets the geo coordinate that presents the region on a map.
Declaration
GeoCoordinate GeoCoordinate { get; }
Property Value
Type | Description |
---|---|
GeoCoordinate | The current IRegion's geo coordinate. |
Load
Gets the user load of the region. Higher values mean that the server is nearing capacity.
Declaration
ushort? Load { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt16> | The current user load between 0% to 100% as a flattened value. |
Methods
PingAll()
Pings all children of this instance.
Declaration
Task<ushort?> PingAll()
Returns
Type | Description |
---|---|
Task<System.Nullable<System.UInt16>> | Task<System.Nullable<System.UInt16>>, where UInt16 is an average ping value for all children. |