C# Class IdleLandsRedux.WebService.Services.RegisterService

Inheritance: IdleLandsBehaviour
Mostrar archivo Open project: IdleLands/IdleLandsRedux

Public Methods

Method Description
RegisterService ( 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

RegisterService() public method

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