C# 클래스 Castle.ManagementExtensions.MServerFactory

Summary description for MServerFactory.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 프로퍼티들

프로퍼티 타입 설명
CustomServerConfigurationKey String

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
MServerFactory ( ) : System

메소드 상세

CreateServer() 공개 정적인 메소드

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.
리턴 MServer

CreateServer() 공개 정적인 메소드

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

Release() 공개 정적인 메소드

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

프로퍼티 상세

CustomServerConfigurationKey 공개적으로 정적으로 프로퍼티

public static String CustomServerConfigurationKey
리턴 String