Click or drag to resize

IProtocolSubscriptions Property

All subscriptions (SubObject) registered on the IProtocol

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

Property Value

Type: ConcurrentDictionaryBinaryKey, SubObject
See Also