Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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
Afficher le fichier
Open project: daszat/zetbox
Méthodes publiques
Méthode
Description
Dispose
( ) :
void
Start
(
ZetboxConfig
config
) :
void
Stop
( ) :
void
Method Details
Dispose()
public
méthode
public
Dispose
( ) :
void
Résultat
void
Start()
public
méthode
public
Start
(
ZetboxConfig
config
) :
void
config
Zetbox.API.Configuration.ZetboxConfig
Résultat
void
Stop()
public
méthode
public
Stop
( ) :
void
Résultat
void