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

Inheritance: System.Windows.DependencyObject, IInterlocutorContext, INotifyPropertyChanged
Show file Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
CreateResource IInterlocutorResource
GetOrCreateResource IInterlocutorResource
GetResource IInterlocutorResource
OnPresence void
StartHandling void
StopHandling void
Subscribe void
Unsubscribe void

Public Methods

Method Description
InterlocutorContext ( Interlocutor interlocutor ) : System
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Method 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 method

public InterlocutorContext ( Interlocutor interlocutor ) : System
interlocutor VSTalk.Model.Interlocutor
return System

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void