C# Class Castle.ManagementExtensions.MServerFactory

Summary description for MServerFactory.
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Свойство Type Description
CustomServerConfigurationKey String

Méthodes publiques

Méthode Description
CreateServer ( String domain, bool createNewAppDomain ) : MServer

Creates a MServer instance.

CreateServer ( bool createNewAppDomain ) : MServer

Creates a MServer instance.

Release ( MServer server ) : void

Releases a MServer instance. This method accepts a null argument.

Private Methods

Méthode Description
MServerFactory ( ) : System

Method Details

CreateServer() public static méthode

Creates a MServer instance.
public static CreateServer ( String domain, bool createNewAppDomain ) : MServer
domain String The domain name
createNewAppDomain bool true if MServerFactory should create a dedicated /// AppDomain for the instance.
Résultat MServer

CreateServer() public static méthode

Creates a MServer instance.
public static CreateServer ( bool createNewAppDomain ) : MServer
createNewAppDomain bool true if MServerFactory should create a dedicated /// AppDomain for the instance.
Résultat MServer

Release() public static méthode

Releases a MServer instance. This method accepts a null argument.
public static Release ( MServer server ) : void
server MServer The instance to be released.
Résultat void

Property Details

CustomServerConfigurationKey public_oe static_oe property

public static String CustomServerConfigurationKey
Résultat String