C# 클래스 SFActors.Gateway.GatewayService

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

공개 메소드들

메소드 설명
GatewayService ( StatelessServiceContext context ) : System

보호된 메소드들

메소드 설명
CreateServiceInstanceListeners ( ) : IEnumerable
OnAbort ( ) : void
RunAsync ( CancellationToken cancellationToken ) : Task

메소드 상세

CreateServiceInstanceListeners() 보호된 메소드

protected CreateServiceInstanceListeners ( ) : IEnumerable
리턴 IEnumerable

GatewayService() 공개 메소드

public GatewayService ( StatelessServiceContext context ) : System
context StatelessServiceContext
리턴 System

OnAbort() 보호된 메소드

protected OnAbort ( ) : void
리턴 void

RunAsync() 보호된 메소드

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