C# 클래스 Aurora.Voice.Whisper.AgentManager

파일 보기 프로젝트 열기: aurora-sim/whisper_server 1 사용 예제들

공개 메소드들

메소드 설명
AgentManager ( ServerPrx server ) : System
Get ( string name ) : Agent
GetOrCreate ( UUID uuid ) : Agent
RemoveAgent ( UUID uuid ) : void

비공개 메소드들

메소드 설명
Add ( UUID uuid ) : Agent

메소드 상세

AgentManager() 공개 메소드

public AgentManager ( ServerPrx server ) : System
server ServerPrx
리턴 System

Get() 공개 메소드

public Get ( string name ) : Agent
name string
리턴 Agent

GetOrCreate() 공개 메소드

public GetOrCreate ( UUID uuid ) : Agent
uuid UUID
리턴 Agent

RemoveAgent() 공개 메소드

public RemoveAgent ( UUID uuid ) : void
uuid UUID
리턴 void