Метод | Описание | |
---|---|---|
Connect ( string address, int port, string password, string oldPass ) : String | ||
Core ( ) : System |
Constructs an instance of Core Registers handlers to catch ChatMessage events
|
|
GetMessageQueue ( ) : IEnumerable |
||
GetMessagesFromDate ( DateTime date ) : IEnumerable |
||
GetMoreMessages ( int numMessages ) : IEnumerable |
||
LoadExistingConnection ( ) : void | ||
LoadServerSettings ( String partitionKey, String rowKey ) : ServerConfig |
Queries TableStore for server settings
|
|
Log ( String funcName, String message ) : void |
Log
|
|
MessageHandler ( object sender, ChatEventArgs e ) : void |
Метод | Описание | |
---|---|---|
EnqueueMessage ( ChatMessage msg ) : void |
Enqueues a message into both Table Store and the current cached queue
|
public Connect ( string address, int port, string password, string oldPass ) : String | ||
address | string | |
port | int | |
password | string | |
oldPass | string | |
Результат | String |
public GetMessagesFromDate ( DateTime date ) : IEnumerable |
||
date | DateTime | |
Результат | IEnumerable |
public GetMoreMessages ( int numMessages ) : IEnumerable |
||
numMessages | int | |
Результат | IEnumerable |
public LoadServerSettings ( String partitionKey, String rowKey ) : ServerConfig | ||
partitionKey | String | Partition key to query for |
rowKey | String | Row key to query for |
Результат | ServerConfig |
public Log ( String funcName, String message ) : void | ||
funcName | String | Current function on the stack |
message | String | Message to log |
Результат | void |
public MessageHandler ( object sender, ChatEventArgs e ) : void | ||
sender | object | |
e | ChatEventArgs | |
Результат | void |