示例#1
0
 /// <summary>
 /// Force rebuild the projections
 /// </summary>
 /// <returns>True if successful</returns>
 public bool RebuildProjections()
 {
     _messageQueue.Alert(new InvalidateProjections());
     return(true);
 }