←Select platform

UnsubscribeFromFeature Method (IWorkstationEventBroker)

Summary

Allows components that are subscribers using the SubscribeForFeature to a feature to stop being notified when the feature is executed.

Syntax

C#
VB
C++
void UnsubscribeFromFeature(  
   string featureId, 
   EventHandler<DataEventArgs<string>> onFeatureExecutedCallBack 
) 
Sub UnsubscribeFromFeature( _ 
   ByVal featureId As String, _ 
   ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _ 
) 
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 a type that matches the same callback used in the SubscribeForFeature.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize