Photon Server API Documentation v5.0RC1

Public Attributes | List of all members
Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams Struct Reference

Public Attributes

string ApplicationId
 
string ApplicationVersion
 
MasterServerConnection MasterServerConnection
 
IFiber Fiber
 
bool UseBatcher
 
int MaxUpdatesToBatch
 
int BatchPeriod
 

Member Data Documentation

◆ ApplicationId

string Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams.ApplicationId

◆ ApplicationVersion

string Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams.ApplicationVersion

◆ BatchPeriod

int Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams.BatchPeriod

◆ Fiber

IFiber Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams.Fiber

◆ MasterServerConnection

MasterServerConnection Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams.MasterServerConnection

◆ MaxUpdatesToBatch

int Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams.MaxUpdatesToBatch

◆ UseBatcher

bool Photon.LoadBalancing.GameServer.GameUpdatesBatcherParams.UseBatcher