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

Inheritance: IRoomContext
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Свойство Type Description
CreateMember IRoomMember
GetOrCreateMember IRoomMember
OnPresence void
StartHandling void
StopHandling void
Subscribe void
Unsubscribe void

Méthodes publiques

Méthode Description
RoomContext ( Room room ) : System.Collections.ObjectModel
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Méthode 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 méthode

public RoomContext ( Room room ) : System.Collections.ObjectModel
room VSTalk.Model.Room
Résultat System.Collections.ObjectModel

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void