C# Class Gablarski.Server.ServerChannelHandler

Inheritance: IServerChannelHandler
Exibir arquivo Open project: ermau/Gablarski Class Usage Examples

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator
ServerChannelHandler ( IGablarskiServerContext context ) : System
this ( int key ) : IChannelInfo

Private Methods

Method Description
ChannelEditMessage ( MessageEventArgs e ) : void
ChannelsProviderOnChannelsUpdated ( object sender, EventArgs args ) : void
IEnumerable ( ) : IEnumerator
RequestChanneListMessage ( MessageEventArgs e ) : void

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

ServerChannelHandler() public method

public ServerChannelHandler ( IGablarskiServerContext context ) : System
context IGablarskiServerContext
return System

this() public method

public this ( int key ) : IChannelInfo
key int
return IChannelInfo