LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

UnsubscribeFromFeature Method (IWorkstationEventBroker)







A System.String which represents the Feature ID the component wants not to be notifed when published.
A callback function of a type that matches the same callback used in the SubscribeForFeature.
Allows components that are subscribers using the SubscribeForFeature to a feature to stop being notified when the feature is executed.
Syntax
'Declaration
 
Sub UnsubscribeFromFeature( _
   ByVal featureId As String, _
   ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _
) 
'Usage
 
Dim instance As IWorkstationEventBroker
Dim featureId As String
Dim onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String))
 
instance.UnsubscribeFromFeature(featureId, onFeatureExecutedCallBack)
function Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.UnsubscribeFromFeature( 
   featureId ,
   onFeatureExecutedCallBack 
)

Parameters

featureId
A System.String which represents the Feature ID the component wants not to be notifed when published.
onFeatureExecutedCallBack
A callback function of a type that matches the same callback used in the SubscribeForFeature.
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

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.