C# 클래스 Zetbox.Server.Service.ServerManager

Manages starting a WCF Server in a new AppDomain which has only the AssemblyLoader initialized.
상속: System.MarshalByRefObject, IZetboxAppDomain, IDisposable
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Dispose ( ) : void
Start ( ZetboxConfig config ) : void
Stop ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ZetboxConfig config ) : void
config Zetbox.API.Configuration.ZetboxConfig
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void