C# Class VSTalk.Engine.Core.ChatSession.ChatSessionFactory

Inheritance: IChatSessionFactory, IListener, IDisposable
Show file Open project: Irdis/VSTalk

Public Methods

Method Description
ChatSessionFactory ( ) : System
Create ( Interlocutor interlocutor ) : IInterlocutorChatSession
Dispose ( ) : void
StartListen ( ) : void
StopListen ( ) : void

Method Details

ChatSessionFactory() public method

public ChatSessionFactory ( ) : System
return System

Create() public method

public Create ( Interlocutor interlocutor ) : IInterlocutorChatSession
interlocutor VSTalk.Model.Interlocutor
return IInterlocutorChatSession

Dispose() public method

public Dispose ( ) : void
return void

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void