Click or drag to resize

ProtocolPubQueue Field

Queue for messages published over a pub/sub pattern

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected BlockingQueue<PubObject> PubQueue

Field Value

Type: BlockingQueuePubObject
See Also