C# 클래스 VSTalk.Engine.Core.ChatSession.ChatSessionFactory

상속: IChatSessionFactory, IListener, IDisposable
파일 보기 프로젝트 열기: Irdis/VSTalk

공개 메소드들

메소드 설명
ChatSessionFactory ( ) : System
Create ( Interlocutor interlocutor ) : IInterlocutorChatSession
Dispose ( ) : void
StartListen ( ) : void
StopListen ( ) : void

메소드 상세

ChatSessionFactory() 공개 메소드

public ChatSessionFactory ( ) : System
리턴 System

Create() 공개 메소드

public Create ( Interlocutor interlocutor ) : IInterlocutorChatSession
interlocutor VSTalk.Model.Interlocutor
리턴 IInterlocutorChatSession

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void