C# Class GameServer.UserLoginActor

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

Méthodes publiques

Méthode Description
UserLoginActor ( ClusterNodeContext clusterContext, ActorBoundChannelRef channel, EndPoint clientRemoteEndPoint ) : System

Private Methods

Méthode Description
IUserLogin ( string id, string password ) : IUserInitiator>>.Task

Method Details

UserLoginActor() public méthode

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