Intersoft ClientUI Documentation
InternalSubscribe Method



The subscriber.
Adds the specified IEventSubscription to the subscribers' collection.
Syntax
Protected Overridable Function InternalSubscribe( _
   ByVal eventSubscription As IEventSubscription _
) As SubscriptionToken
Dim instance As DelegateEventBase
Dim eventSubscription As IEventSubscription
Dim value As SubscriptionToken
 
value = instance.InternalSubscribe(eventSubscription)
protected virtual SubscriptionToken InternalSubscribe( 
   IEventSubscription eventSubscription
)
protected:
virtual SubscriptionToken^ InternalSubscribe( 
   IEventSubscription^ eventSubscription
) 

Parameters

eventSubscription
The subscriber.

Return Value

The SubscriptionToken that uniquely identifies every subscriber.
Remarks
Adds the subscription to the internal list and assigns it a new SubscriptionToken.
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