Namespace: SpawnDev.SpawnJS.JSObjects
Inherits: SpawnJSObject
Source: JSObjects/QueueingStrategy.cs
A generic queueing strategy
| Property | Type | Access | Description |
|---|---|---|---|
HighWaterMark |
virtual int |
get | A non-negative integer. This defines the total number of chunks that can be contained in the internal queue before backpressure is applied. |
| Method | Return Type | Description |
|---|---|---|
Size(object chunk) |
int |