Intersoft ClientUI Documentation
Unsubscribe Method (DelegateEventBase)



The SubscriptionToken returned by EventBase while subscribing to the event.
Removes the subscriber matching the .
Syntax
Public Overridable Sub Unsubscribe( _
   ByVal token As SubscriptionToken _
) 
Dim instance As DelegateEventBase
Dim token As SubscriptionToken
 
instance.Unsubscribe(token)
public virtual void Unsubscribe( 
   SubscriptionToken token
)
public:
virtual void Unsubscribe( 
   SubscriptionToken^ token
) 

Parameters

token
The SubscriptionToken returned by EventBase while subscribing to the event.
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
SubscriptionToken Class

Send Feedback