Class RegionLoadChecker
Class RegionLoadChecker. Provides utilities for checking a locations load by averaging them all and providing a simple LoadLevel value.
Inheritance
System.Object
RegionLoadChecker
Namespace: VpnSDK.Extensions
Assembly: cs.temp.dll.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 |
---|---|---|
System.Nullable<System.UInt16> | value | The number value representing the load level. |
Returns
Type | Description |
---|---|
LoadLevel | The appropriate LoadLevel associated with the value. |