C# Класс Universe.Services.DataService.LocalAgentConnector

Наследование: Universe.Framework.Services.ConnectorBase, IAgentConnector
Показать файл Открыть проект

Открытые методы

Метод Описание
CacheAgent ( IAgentInfo agent ) : void
CreateNewAgent ( UUID agentID ) : void

Creates a new database entry for the agent. Note: we only allow for this on the grid side

Dispose ( ) : void
Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
UpdateAgent ( IAgentInfo agent ) : void

Updates the language and maturity params of the agent. Note: we only allow for this on the grid side

Приватные методы

Метод Описание
GetAgent ( UUID agentID ) : IAgentInfo

Описание методов

CacheAgent() публичный Метод

public CacheAgent ( IAgentInfo agent ) : void
agent Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
Результат void

CreateNewAgent() публичный Метод

Creates a new database entry for the agent. Note: we only allow for this on the grid side
public CreateNewAgent ( UUID agentID ) : void
agentID UUID
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Initialize() публичный Метод

public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
GenericData IGenericData
source IConfigSource
simBase IRegistryCore
defaultConnectionString string
Результат void

UpdateAgent() публичный Метод

Updates the language and maturity params of the agent. Note: we only allow for this on the grid side
public UpdateAgent ( IAgentInfo agent ) : void
agent Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo
Результат void