public ConcurrentLimitedCollectionFixture()
 {
     this.collection = new ConcurrentLimitedCollection<object>(MaxSize);
 }
Exemplo n.º 2
0
 public RequestTraceSession(Guid id)
 {
     this.Id = id;
     this.requestTraces = new ConcurrentLimitedCollection<RequestTrace>(MaxSize);
 }
 public ConcurrentLimitedCollectionFixture()
 {
     this.collection = new ConcurrentLimitedCollection <object>(MaxSize);
 }