C# Class Aurora.Voice.Whisper.AgentManager

Exibir arquivo Open project: aurora-sim/whisper_server Class Usage Examples

Public Methods

Method Description
AgentManager ( ServerPrx server ) : System
Get ( string name ) : Agent
GetOrCreate ( UUID uuid ) : Agent
RemoveAgent ( UUID uuid ) : void

Private Methods

Method Description
Add ( UUID uuid ) : Agent

Method Details

AgentManager() public method

public AgentManager ( ServerPrx server ) : System
server ServerPrx
return System

Get() public method

public Get ( string name ) : Agent
name string
return Agent

GetOrCreate() public method

public GetOrCreate ( UUID uuid ) : Agent
uuid UUID
return Agent

RemoveAgent() public method

public RemoveAgent ( UUID uuid ) : void
uuid UUID
return void