C# Class Aurora.Voice.Whisper.AgentManager

Afficher le fichier Open project: aurora-sim/whisper_server Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Add ( UUID uuid ) : Agent

Method Details

AgentManager() public méthode

public AgentManager ( ServerPrx server ) : System
server ServerPrx
Résultat System

Get() public méthode

public Get ( string name ) : Agent
name string
Résultat Agent

GetOrCreate() public méthode

public GetOrCreate ( UUID uuid ) : Agent
uuid UUID
Résultat Agent

RemoveAgent() public méthode

public RemoveAgent ( UUID uuid ) : void
uuid UUID
Résultat void