C# 클래스 Universe.Services.GenericServices.GridServerInfoService

상속: Universe.Framework.Services.ConnectorBase, IGridServerInfoService, IService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
m_defaultURICount int
m_enabled bool
m_gridURIs List>.Dictionary
m_remoteCalls bool

공개 메소드들

메소드 설명
AddURI ( string key, string value ) : void
FinishedStartup ( ) : void
GetGridURI ( string key ) : string
GetGridURIs ( string key ) : List
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

보호된 메소드들

메소드 설명
SendGridURIsAsync ( object state ) : void

비공개 메소드들

메소드 설명
AddURIInternal ( string key, string value ) : void
RetrieveAllGridURIs ( bool secure ) : List>.Dictionary
SendGridURIs ( string>.Dictionary uri ) : void

메소드 상세

AddURI() 공개 메소드

public AddURI ( string key, string value ) : void
key string
value string
리턴 void

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

GetGridURI() 공개 메소드

public GetGridURI ( string key ) : string
key string
리턴 string

GetGridURIs() 공개 메소드

public GetGridURIs ( string key ) : List
key string
리턴 List

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

SendGridURIsAsync() 보호된 메소드

protected SendGridURIsAsync ( object state ) : void
state object
리턴 void

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

프로퍼티 상세

m_defaultURICount 보호되어 있는 프로퍼티

protected int m_defaultURICount
리턴 int

m_enabled 보호되어 있는 프로퍼티

protected bool m_enabled
리턴 bool

m_gridURIs 보호되어 있는 프로퍼티

protected Dictionary> m_gridURIs
리턴 List>.Dictionary

m_remoteCalls 보호되어 있는 프로퍼티

protected bool m_remoteCalls
리턴 bool