C# 클래스 ActorChat.Services.RoomActorService.RoomActorService

상속: StatefulService
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine

공개 메소드들

메소드 설명
RoomActorService ( StatefulServiceContext context ) : System

보호된 메소드들

메소드 설명
CreateServiceReplicaListeners ( ) : IEnumerable
RunAsync ( CancellationToken cancellationToken ) : Task

메소드 상세

CreateServiceReplicaListeners() 보호된 메소드

protected CreateServiceReplicaListeners ( ) : IEnumerable
리턴 IEnumerable

RoomActorService() 공개 메소드

public RoomActorService ( StatefulServiceContext context ) : System
context StatefulServiceContext
리턴 System

RunAsync() 보호된 메소드

protected RunAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task