Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChatSearchReader"/> class.
 /// </summary>
 internal ChatSearchReader(ChatQueryOptions searchCriteria)
 {
     this.searchCriteria = searchCriteria;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets a new or existing ChatSearchReader to be used to search for messages.
 /// </summary>
 /// <param name="value"></param>
 /// <returns></returns>
 public ChatSearchReader GetSearchReader(ChatQueryOptions value)
 {
     throw new NotImplementedException();
 }