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

Show in webframe

PublishFeatureExecutionError Method (WorkstationEventBroker)







The System.Object publishing the event.
A System.String which represents the Feature ID for the component publishing the event.
The System.Exception that caused the feature to fail.
Fires the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.FeatureExecutionError event.
Syntax
public void PublishFeatureExecutionError( 
   object publisher,
   string featureId,
   Exception error
)
'Declaration
 
Public Sub PublishFeatureExecutionError( _
   ByVal publisher As Object, _
   ByVal featureId As String, _
   ByVal error As Exception _
) 
'Usage
 
Dim instance As WorkstationEventBroker
Dim publisher As Object
Dim featureId As String
Dim error As Exception
 
instance.PublishFeatureExecutionError(publisher, featureId, error)

            

            
public: void PublishFeatureExecutionError( 
   Object* publisher,
   string* featureId,
   Exception* error
) 
public:
void PublishFeatureExecutionError( 
   Object^ publisher,
   String^ featureId,
   Exception^ error
) 

Parameters

publisher
The System.Object publishing the event.
featureId
A System.String which represents the Feature ID for the component publishing the event.
error
The System.Exception that caused the feature to fail.
Remarks
Components that are associated with a feature ID should call this method when they successfully execute the feature.
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