Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

UnsubscribeFromFeature Method (WorkstationEventBroker)







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

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features