Search Results for

    Show / Hide Table of Contents

    Class OpenServerInfo

    Inheritance
    System.Object
    OpenServerInfo
    Namespace: OpenAPI
    Assembly: OpenAPI.dll
    Syntax
    public class OpenServerInfo : ConnectionInfo

    Constructors

    | Improve this Doc View Source

    OpenServerInfo(RakConnection, OpenApi, ConcurrentDictionary<IPEndPoint, RakSession>, LevelManager)

    Declaration
    public OpenServerInfo(RakConnection connection, OpenApi api, ConcurrentDictionary<IPEndPoint, RakSession> playerSessions, LevelManager levelManager)
    Parameters
    Type Name Description
    RakConnection connection
    OpenApi api
    ConcurrentDictionary<IPEndPoint, RakSession> playerSessions
    LevelManager levelManager

    Fields

    | Improve this Doc View Source

    EventsDispatchedPerSecond

    Declaration
    public long EventsDispatchedPerSecond
    Field Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Levels

    Declaration
    public long Levels
    Field Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    OnMetricsReport

    Declaration
    public EventHandler<OpenServerInfo.MetricsEvent> OnMetricsReport
    Field Value
    Type Description
    EventHandler<OpenServerInfo.MetricsEvent>

    Properties

    | Improve this Doc View Source

    AvgSizePerPacketIn

    Declaration
    public long AvgSizePerPacketIn { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    AvgSizePerPacketOut

    Declaration
    public long AvgSizePerPacketOut { get; set; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    Init()

    Declaration
    public void Init()
    | Improve this Doc View Source

    OnDisable()

    Declaration
    public void OnDisable()
    | Improve this Doc View Source

    OnEnable()

    Declaration
    public void OnEnable()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX