Intersoft ClientUI Documentation
Unsubscribe(Action<TPayload>) Method



The Action used when subscribing to the event.
Removes the first subscriber matching from the subscribers' list.
Syntax
Public Overloads Overridable Sub Unsubscribe( _
   ByVal subscriber As Action(Of TPayload) _
) 
Dim instance As DelegateEvent(Of TPayload)
Dim subscriber As Action(Of TPayload)
 
instance.Unsubscribe(subscriber)
public virtual void Unsubscribe( 
   Action<TPayload> subscriber
)
public:
virtual void Unsubscribe( 
   Action<TPayload^>^ subscriber
) 

Parameters

subscriber
The Action used when 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

DelegateEvent<TPayload> Class
DelegateEvent<TPayload> Members
Overload List
Action

Send Feedback