C# Class GameServer.UserLoginActor

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

Public Methods

Method Description
UserLoginActor ( ClusterNodeContext clusterContext, ActorBoundChannelRef channel, EndPoint clientRemoteEndPoint ) : System

Private Methods

Method Description
IUserLogin ( string id, string password ) : IUserInitiator>>.Task

Method Details

UserLoginActor() public method

public UserLoginActor ( ClusterNodeContext clusterContext, ActorBoundChannelRef channel, EndPoint clientRemoteEndPoint ) : System
clusterContext ClusterNodeContext
channel Akka.Interfaced.SlimServer.ActorBoundChannelRef
clientRemoteEndPoint System.Net.EndPoint
return System