Click or drag to resize

ProtocolSubscriptions 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: ConcurrentDictionaryBinaryKey, SubObject

Implements

IProtocolSubscriptions
See Also