• Guides & Articles
  • API Documentation

    Show / Hide Table of Contents
    • VpnSDK.Public
      • OpenVpnConfiguration
      • OpenVpnConnectionConfigurationBuilder
      • PositionInfoEventArgs
      • RasConfiguration
      • RasConnectionConfigurationBuilder
      • SDKBuilder
    • VpnSDK.Public.Enums
      • AuthenticationStatus
      • ConnectionStatus
      • NetworkConnectionType
      • NetworkProtocolType
      • OpenVpnCipherType
      • PositionInfoStatus
      • RefreshLocationListStatus
    • VpnSDK.Public.Exceptions
      • VpnSDKAPIException
      • VpnSDKAuthenticationException
      • VpnSDKBaseException
      • VpnSDKConnectionAlreadyEstablishedException
      • VpnSDKConnectionException
      • VpnSDKConnectionTerminatedException
      • VpnSDKCoreException
      • VpnSDKEmptyAvailableVpnProtocolsException
      • VpnSDKFetchLocationsException
      • VpnSDKInvalidConfigurationException
      • VpnSDKNotAuthorizedException
      • VpnSDKNullLocationException
      • VpnSDKOAuthException
      • VpnSDKUnsupportedProtocolException
      • VpnSDKVPNAuthenticationException
    • VpnSDK.Public.Extensions
      • ExceptionExtensions
      • LoadLevel
      • RegionLoadChecker
    • VpnSDK.Public.Helpers
      • VpnProtocolDiagnostics
    • VpnSDK.Public.Interfaces
      • IBestAvailable
      • IConnectionConfiguration
      • ILocation
      • IOpenVpnConnectionConfiguration
      • IRasConnectionConfiguration
      • IRegion
      • ISDK
      • IServer
      • IUser
    • VpnSDK.Public.Messages
      • RefreshLocationListMessage

    Class RegionLoadChecker

    Class RegionLoadChecker. Provides utilities for checking a locations load by averaging them all and providing a simple LoadLevel value.

    Inheritance
    Object
    RegionLoadChecker
    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.

    Back to top Pre-release documentation. These do not represent the final product and are subject to change.