C# Class Universe.Services.GenericServices.GridServerInfoService

Inheritance: Universe.Framework.Services.ConnectorBase, IGridServerInfoService, IService
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_defaultURICount int
m_enabled bool
m_gridURIs List>.Dictionary
m_remoteCalls bool

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
SendGridURIsAsync ( object state ) : void

Private Methods

Méthode Description
AddURIInternal ( string key, string value ) : void
RetrieveAllGridURIs ( bool secure ) : List>.Dictionary
SendGridURIs ( string>.Dictionary uri ) : void

Method Details

AddURI() public méthode

public AddURI ( string key, string value ) : void
key string
value string
Résultat void

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

GetGridURI() public méthode

public GetGridURI ( string key ) : string
key string
Résultat string

GetGridURIs() public méthode

public GetGridURIs ( string key ) : List
key string
Résultat List

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

SendGridURIsAsync() protected méthode

protected SendGridURIsAsync ( object state ) : void
state object
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Property Details

m_defaultURICount protected_oe property

protected int m_defaultURICount
Résultat int

m_enabled protected_oe property

protected bool m_enabled
Résultat bool

m_gridURIs protected_oe property

protected Dictionary> m_gridURIs
Résultat List>.Dictionary

m_remoteCalls protected_oe property

protected bool m_remoteCalls
Résultat bool