Class RegionLoadChecker
Class RegionLoadChecker. Provides utilities for checking a locations load by averaging them all and providing a simple LoadLevel value.
Namespace: VpnSDK.Public.Extensions
Assembly: VpnSDK.dll
Syntax
public static class RegionLoadChecker
Methods
GetRegionLoadLevel(Nullable<UInt16>)
Get LoadLevel from a Region's load level.
Declaration
public static LoadLevel GetRegionLoadLevel(this ushort? value)
Parameters
Type | Name | Description |
---|---|---|
Nullable<UInt16> | value | The number value representing the load level. |
Returns
Type | Description |
---|---|
LoadLevel | The appropriate LoadLevel associated with the value. |