Default constructor
Declaration Syntax
C# |
public TokenBucket( TokenBucket parent, int maxBurst, int dripRate )
Parameters
- parent ( TokenBucket)
- Parent bucket if this is a child bucket, or null if this is a root bucket
- maxBurst ( Int32)
- Maximum size of the bucket in bytes, or zero if this bucket has no maximum capacity
- dripRate ( Int32)
- Rate that the bucket fills, in bytes per second. If zero, the bucket always remains full
Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0