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

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

공개 메소드들

메소드 설명
ChannelManager ( ServerPrx server, string channel ) : System
Close ( ) : void
GetOrCreate ( string name ) : int
Remove ( string name ) : void

메소드 상세

ChannelManager() 공개 메소드

public ChannelManager ( ServerPrx server, string channel ) : System
server ServerPrx
channel string
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetOrCreate() 공개 메소드

public GetOrCreate ( string name ) : int
name string
리턴 int

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void