C# 클래스 GameServer.UserLoginActor

상속: InterfacedActor, IUserLogin
파일 보기 프로젝트 열기: SaladLab/TicTacToe

공개 메소드들

메소드 설명
UserLoginActor ( ClusterNodeContext clusterContext, ActorBoundChannelRef channel, EndPoint clientRemoteEndPoint ) : System

비공개 메소드들

메소드 설명
IUserLogin ( string id, string password ) : IUserInitiator>>.Task

메소드 상세

UserLoginActor() 공개 메소드

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