C# Class VSTalk.Engine.Core.EntitySession.RoomContext

Inheritance: IRoomContext
Show file Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
CreateMember IRoomMember
GetOrCreateMember IRoomMember
OnPresence void
StartHandling void
StopHandling void
Subscribe void
Unsubscribe void

Public Methods

Method Description
RoomContext ( Room room ) : System.Collections.ObjectModel
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Method Description
CreateMember ( Jid jid ) : IRoomMember
GetOrCreateMember ( Jid @from ) : IRoomMember
OnPresence ( object sender, Presence p ) : void
StartHandling ( ) : void
StopHandling ( ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

RoomContext() public method

public RoomContext ( Room room ) : System.Collections.ObjectModel
room VSTalk.Model.Room
return System.Collections.ObjectModel

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void