C# Class Gablarski.Clients.ChatHistory

Datei anzeigen Open project: ermau/Gablarski

Public Methods

Method Description
ChatHistory ( Tempest.Social.SocialClient socialClient ) : System
GetMessages ( Group group ) : IEnumerable Lock on the returned enumerable.

Private Methods

Method Description
GetMessageCollection ( Group group ) : ObservableCollection
OnReceivedTextMessage ( object sender, Tempest.Social.TextMessageEventArgs e ) : void

Method Details

ChatHistory() public method

public ChatHistory ( Tempest.Social.SocialClient socialClient ) : System
socialClient Tempest.Social.SocialClient
return System

GetMessages() public method

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