Exemplo n.º 1
0
 public CorrelationKeyCalculator(XName scopeName)
 {
     this.scopeName = scopeName;
     this.keyCache  = new CorrelationKeyCache();
 }
 public CorrelationKeyCalculator(XName scopeName)
 {
     this.whereRuntime = new MessageFilterTable <SelectRuntime>();
     this.scopeName    = scopeName;
     this.keyCache     = new CorrelationKeyCache();
 }