Show / Hide Table of Contents

Delegate TokenBucketFactory

Namespace: MingweiSamuel.Camille.Util
Assembly: Camille.dll
Syntax
public delegate ITokenBucket TokenBucketFactory(TimeSpan timeSpan, int totalLimit, float concurrentInstanceFactor, float overheadFactor);
Parameters
Type Name Description
System.TimeSpan timeSpan
System.Int32 totalLimit
System.Single concurrentInstanceFactor
System.Single overheadFactor
Returns
Type Description
ITokenBucket
  • Improve this Doc
  • View Source
Back to top Generated by DocFX