Allow components that subscribed using the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.SubscribeForFeature to a feature to stop being notified when the feature is executed.
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)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
