Method | Description | |
---|---|---|
CacheAgent ( |
||
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 ( |
Updates the language and maturity params of the agent. Note: we only allow for this on the grid side
|
Method | Description | |
---|---|---|
GetAgent ( UUID agentID ) : |
public CacheAgent ( |
||
agent | ||
return | void |
public CreateNewAgent ( UUID agentID ) : void | ||
agentID | UUID | |
return | void |
public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void | ||
GenericData | IGenericData | |
source | IConfigSource | |
simBase | IRegistryCore | |
defaultConnectionString | string | |
return | void |
public UpdateAgent ( |
||
agent | ||
return | void |