LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

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 bool LoadDefault {get; set;}
 get_LoadDefault();
set_LoadDefault(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CacheInitializationFailedEventArgs Class
CacheInitializationFailedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.