ControllerReturnCode Enumeration

Summary
An enumeration containing the possible return codes for the MedicalWebViewerExternalController's public methods.
Syntax
C#
VB
C++
public enum ControllerReturnCode 
  
Public Enum ControllerReturnCode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ControllerReturnCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
-7InvalidViewerUrl Viewer URL is Invalid.
-6InvalidServiceUrl Service URL is Invalid.
-5UnknownError An unknown error occurred.
-4AlreadyInitialized The MedicalWebViewerExternalController has already been initialized.
-3TimedOut The MedicalWebViewerExternalController timed out.
-2AuthenticationFailure Authentication failed.
-1NotProperlyInitiated The MedicalWebViewerExternalController was not properly initiated.
0Failure Failure
1Success Success
2Undefined Undefined
Example

For an example, refer to MedicalWebViewerExternalController.InitApplication.

Requirements

Target Platforms

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

Leadtools.Medical.WebViewer.ExternalControl Assembly

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