Ejemplo n.º 1
0
 public void Initialize()
 {
     this.ServerIndices = new ServerIndices();
     DescendingIndex    = ServerIndices["-TestIndex"];
     AscendingIndex     = ServerIndices["+TestIndex"];
     AscendingIndex.UpdateUserScore(UserId: 2, ScoreTimeStamp: 1000, ScoreValue: 100);
     DescendingIndex.UpdateUserScore(UserId: 2, ScoreTimeStamp: 1000, ScoreValue: 100);
 }
Ejemplo n.º 2
0
 public void Initialize()
 {
     this.ServerIndices = new ServerIndices();
     DescendingIndex = ServerIndices["-TestIndex"];
     AscendingIndex = ServerIndices["+TestIndex"];
     AscendingIndex.UpdateUserScore(UserId: 2, ScoreTimeStamp: 1000, ScoreValue: 100);
     DescendingIndex.UpdateUserScore(UserId: 2, ScoreTimeStamp: 1000, ScoreValue: 100);
 }