C# Class IdleLandsRedux.WebService.Services.LoginService

Inheritance: IdleLandsBehaviour
Afficher le fichier Open project: IdleLands/IdleLandsRedux

Méthodes publiques

Méthode Description
LoginService ( IActorRef activeUsersActor, Inbox inbox ) : System

Méthodes protégées

Méthode Description
HandleMessage ( ISession session, string message, Action sendAction ) : bool

Method Details

HandleMessage() protected méthode

protected HandleMessage ( ISession session, string message, Action sendAction ) : bool
session ISession
message string
sendAction Action
Résultat bool

LoginService() public méthode

public LoginService ( IActorRef activeUsersActor, Inbox inbox ) : System
activeUsersActor IActorRef
inbox Inbox
Résultat System