C# Class IdleLandsRedux.WebService.Services.LoginService

Inheritance: IdleLandsBehaviour
Mostrar archivo Open project: IdleLands/IdleLandsRedux

Public Methods

Method Description
LoginService ( IActorRef activeUsersActor, Inbox inbox ) : System

Protected Methods

Method Description
HandleMessage ( ISession session, string message, Action sendAction ) : bool

Method Details

HandleMessage() protected method

protected HandleMessage ( ISession session, string message, Action sendAction ) : bool
session ISession
message string
sendAction Action
return bool

LoginService() public method

public LoginService ( IActorRef activeUsersActor, Inbox inbox ) : System
activeUsersActor IActorRef
inbox Inbox
return System