C# 클래스 ActorChat.Services.EventHubRoomActorService.RoomActor

상속: MOUSE.Core.Actors.Actor, IRoomActor
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine

공개 메소드들

메소드 설명
Process ( JoinRoomS2S request, IOperationContext context ) : Task
Process ( SayS2S msg, IOperationContext context ) : void
RoomActor ( ICallbacksGatewayNode node ) : System

보호된 메소드들

메소드 설명
ConfigureHandlers ( IMessageHandlingConfigBuilder builder ) : IMessageHandlingConfigBuilder

메소드 상세

ConfigureHandlers() 보호된 메소드

protected ConfigureHandlers ( IMessageHandlingConfigBuilder builder ) : IMessageHandlingConfigBuilder
builder IMessageHandlingConfigBuilder
리턴 IMessageHandlingConfigBuilder

Process() 공개 메소드

public Process ( JoinRoomS2S request, IOperationContext context ) : Task
request ActorChat.Backend.Protocol.JoinRoomS2S
context IOperationContext
리턴 Task

Process() 공개 메소드

public Process ( SayS2S msg, IOperationContext context ) : void
msg ActorChat.Backend.Protocol.SayS2S
context IOperationContext
리턴 void

RoomActor() 공개 메소드

public RoomActor ( ICallbacksGatewayNode node ) : System
node ICallbacksGatewayNode
리턴 System