Exemplo n.º 1
0
 public ThrottleCore(ThrottlingOptions options)
 {
     this.options = options;
 }
Exemplo n.º 2
0
 public ThrottleCore()
     : this(ThrottlingOptions.GetDefaultOptions())
 {
 }