Click or drag to resize

Protocol.Subscriptions Property

Current subscriptions for this connection

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public ConcurrentDictionary<BinaryKey, SubObject> Subscriptions { get; }

Property Value

Type: ConcurrentDictionary<BinaryKey, SubObject>

Implements

IProtocol.Subscriptions
See Also