C# Class Castle.ManagementExtensions.MServerFactory

Summary description for MServerFactory.
Show file Open project: nats/castle-1.0.3-mono

Public Properties

Property Type Description
CustomServerConfigurationKey String

Public Methods

Method 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

Method Description
MServerFactory ( ) : System

Method Details

CreateServer() public static method

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.
return MServer

CreateServer() public static method

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

Release() public static method

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

Property Details

CustomServerConfigurationKey public static property

public static String CustomServerConfigurationKey
return String