Photon Server API Documentation v5.0RC1

Public Member Functions | Protected Member Functions | List of all members
Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannel.Subscription Class Reference
Inheritance diagram for Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannel.Subscription:
Photon.LoadBalancing.MasterServer.Lobby.GameSubscriptionBase Photon.LoadBalancing.MasterServer.Lobby.IGameListSubscription

Public Member Functions

 Subscription (GameChannel channel, MasterClientPeer peer, int maxGamesCount)
 
override Hashtable GetGameList ()
 
- Public Member Functions inherited from Photon.LoadBalancing.MasterServer.Lobby.GameSubscriptionBase
void Dispose ()
 

Protected Member Functions

override void Dispose (bool d)
 
- Protected Member Functions inherited from Photon.LoadBalancing.MasterServer.Lobby.GameSubscriptionBase
 GameSubscriptionBase (MasterClientPeer peer, int maxGamesCount)
 

Additional Inherited Members

- Protected Attributes inherited from Photon.LoadBalancing.MasterServer.Lobby.GameSubscriptionBase
readonly MasterClientPeer peer
 
bool disposed
 
readonly int maxGamesCount
 

Constructor & Destructor Documentation

◆ Subscription()

Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannel.Subscription.Subscription ( GameChannel  channel,
MasterClientPeer  peer,
int  maxGamesCount 
)
inline

Member Function Documentation

◆ Dispose()

override void Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannel.Subscription.Dispose ( bool  d)
inlineprotectedvirtual

◆ GetGameList()

override Hashtable Photon.LoadBalancing.MasterServer.ChannelLobby.GameChannel.Subscription.GetGameList ( )
inlinevirtual