Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Zetbox
Server
Service
ServerManager
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