PublishFeatureExecutionError Method

Summary
Fires the FeatureExecutionError event.
Syntax
C#
C++/CLI
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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.