Intersoft ClientUI Documentation
Subscriptions Property



Gets the list of current subscriptions.
Syntax
Protected ReadOnly Property Subscriptions As ICollection(Of IEventSubscription)
Dim instance As DelegateEventBase
Dim value As ICollection(Of IEventSubscription)
 
value = instance.Subscriptions
protected ICollection<IEventSubscription> Subscriptions {get;}
protected:
property ICollection<IEventSubscription^>^ Subscriptions {
   ICollection<IEventSubscription^>^ get();
}

Property Value

The current subscribers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DelegateEventBase Class
DelegateEventBase Members

Send Feedback