BlockingByteArrayQueueEnqueue Method |
Add a new item to the queue.
If the queue is full the
OnQueueFull event will be invoked
Namespace:
Crosser.Server.Utilities.Queue
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax public void Enqueue(
byte[] item
)
Parameters
- item
- Type: SystemByte
See Also