C# Class Zetbox.Server.Service.ServerManager

Manages starting a WCF Server in a new AppDomain which has only the AssemblyLoader initialized.
Inheritance: System.MarshalByRefObject, IZetboxAppDomain, IDisposable
Show file Open project: daszat/zetbox

Public Methods

Method Description
Dispose ( ) : void
Start ( ZetboxConfig config ) : void
Stop ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

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

Stop() public method

public Stop ( ) : void
return void