←Select platform

ControllerReturnCode Enumeration

Summary

An enumeration containing the possible return codes for the MedicalWebViewerExternalController's public methods.

Syntax

C#
VB
C++
public enum ControllerReturnCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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
-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
Example

For an example, refer to MedicalWebViewerExternalController.InitApplication.

Requirements

Target Platforms

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