C# Class GameServer.GamePairMakerActor

Inheritance: InterfacedActor, IGamePairMakerSync
ファイルを表示 Open project: SaladLab/TicTacToe

Public Methods

Method Description
GamePairMakerActor ( ClusterNodeContext clusterContext ) : System

Protected Methods

Method Description
OnStart ( bool restarted ) : Task
PostStop ( ) : void

Private Methods

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

Method Details

GamePairMakerActor() public method

public GamePairMakerActor ( ClusterNodeContext clusterContext ) : System
clusterContext ClusterNodeContext
return System

OnStart() protected method

protected OnStart ( bool restarted ) : Task
restarted bool
return Task

PostStop() protected method

protected PostStop ( ) : void
return void