Show / Hide Table of Contents

Delegate TokenBucketFactory

Namespace: Camille.RiotGames.Util
Assembly: Camille.RiotGames.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
MingweiSamuel.TokenBucket.ITokenBucket
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX