Class OpenServerInfo
Inheritance
System.Object
OpenServerInfo
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
Field Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
OnMetricsReport
Declaration
public EventHandler<OpenServerInfo.MetricsEvent> OnMetricsReport
Field Value
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
|
Improve this Doc
View Source
OnDisable()
Declaration
|
Improve this Doc
View Source
OnEnable()
Declaration