C# 클래스 Gablarski.Clients.ChatHistory

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
ChatHistory ( Tempest.Social.SocialClient socialClient ) : System
GetMessages ( Group group ) : IEnumerable Lock on the returned enumerable.

비공개 메소드들

메소드 설명
GetMessageCollection ( Group group ) : ObservableCollection
OnReceivedTextMessage ( object sender, Tempest.Social.TextMessageEventArgs e ) : void

메소드 상세

ChatHistory() 공개 메소드

public ChatHistory ( Tempest.Social.SocialClient socialClient ) : System
socialClient Tempest.Social.SocialClient
리턴 System

GetMessages() 공개 메소드

Lock on the returned enumerable.
public GetMessages ( Group group ) : IEnumerable
group Group
리턴 IEnumerable