LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

UnsubscribeFromFeature Method (WorkstationEventBroker)

Show in webframe






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

            

            
public: void UnsubscribeFromFeature( 
   string* featureId,
   EventHandler<DataEventArgs<string*>*>* onFeatureExecutedCallBack
) 
public:
void UnsubscribeFromFeature( 
   string* featureId,
   EventHandler<DataEventArgs<string*>*>* 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 type that matches the same callback used in the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.SubscribeForFeature.
Requirements

Target Platforms

See Also

Reference

WorkstationEventBroker Class
WorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.