←Select platform

UnsubscribeFromFeature Method

Summary

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

C#
VB
C++
public void UnsubscribeFromFeature( 
   string featureId, 
   EventHandler<DataEventArgs<string>> onFeatureExecutedCallBack 
) 
  
Public Sub UnsubscribeFromFeature( _ 
   ByVal featureId As String, _ 
   ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly