Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

LoadDefault Property






Gets or sets a value indicating whether to load default cache values without connecting to the WCF service.
Syntax
public bool LoadDefault {get; set;}
'Declaration
 
Public Property LoadDefault As Boolean
'Usage
 
Dim instance As CacheInitializationFailedEventArgs
Dim value As Boolean
 
instance.LoadDefault = value
 
value = instance.LoadDefault

            

            
public:
property bool LoadDefault {
   bool get();
   void set (    bool value);
}

Property Value

true to load default cache timeout value without connecting to the WCF service; otherwise false. Default is true.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

CacheInitializationFailedEventArgs Class
CacheInitializationFailedEventArgs Members

Error processing SSI file