C# Class GameServer.GamePairMakerActor

Inheritance: InterfacedActor, IGamePairMakerSync
Afficher le fichier Open project: SaladLab/TicTacToe

Méthodes publiques

Méthode Description
GamePairMakerActor ( ClusterNodeContext clusterContext ) : System

Méthodes protégées

Méthode Description
OnStart ( bool restarted ) : Task
PostStop ( ) : void

Private Methods

Méthode Description
IGamePairMakerSync ( long userId ) : void
IGamePairMakerSync ( long userId, string userName, IUserPairingObserver observer ) : void
OnSchedule ( Schedule tick ) : Task

Method Details

GamePairMakerActor() public méthode

public GamePairMakerActor ( ClusterNodeContext clusterContext ) : System
clusterContext ClusterNodeContext
Résultat System

OnStart() protected méthode

protected OnStart ( bool restarted ) : Task
restarted bool
Résultat Task

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void