LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

LoadDefault Property

Show in webframe



Gets or sets a value indicating whether to load default cache values without connecting to the WCF service.
Syntax
'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;}
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.