C# Class Aurora.Voice.Whisper.ChannelManager

ファイルを表示 Open project: aurora-sim/whisper_server Class Usage Examples

Public Methods

Method Description
ChannelManager ( ServerPrx server, string channel ) : System
Close ( ) : void
GetOrCreate ( string name ) : int
Remove ( string name ) : void

Method Details

ChannelManager() public method

public ChannelManager ( ServerPrx server, string channel ) : System
server ServerPrx
channel string
return System

Close() public method

public Close ( ) : void
return void

GetOrCreate() public method

public GetOrCreate ( string name ) : int
name string
return int

Remove() public method

public Remove ( string name ) : void
name string
return void