Click or drag to resize

GHAConnectionManagerSubscriptions Property

Access the subscription database. Do not modify, provided for debugging purposes

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public static Dictionary<Guid, SubscriptionBase> Subscriptions { get; }

Property Value

Type: DictionaryGuid, SubscriptionBase
See Also