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

Inheritance: System.Windows.DependencyObject, IInterlocutorContext, INotifyPropertyChanged
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Свойство Type Description
CreateResource IInterlocutorResource
GetOrCreateResource IInterlocutorResource
GetResource IInterlocutorResource
OnPresence void
StartHandling void
StopHandling void
Subscribe void
Unsubscribe void

Méthodes publiques

Méthode Description
InterlocutorContext ( Interlocutor interlocutor ) : System
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Méthode Description
CreateResource ( Jid jid ) : IInterlocutorResource
GetOrCreateResource ( Jid jid ) : IInterlocutorResource
GetResource ( Jid jid ) : IInterlocutorResource
OnPresence ( object sender, Presence p ) : void
StartHandling ( ) : void
StopHandling ( ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

InterlocutorContext() public méthode

public InterlocutorContext ( Interlocutor interlocutor ) : System
interlocutor VSTalk.Model.Interlocutor
Résultat System

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void