LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

CacheInitializationFailed Event

Show in webframe



Occurs when connecting to the WCF service fail to retrieve the cache timeout information.
Syntax
'Declaration
 
Public Event CacheInitializationFailed As EventHandler(Of CacheInitializationFailedEventArgs)
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim handler As EventHandler(Of CacheInitializationFailedEventArgs)
 
AddHandler instance.CacheInitializationFailed, handler
public event EventHandler<CacheInitializationFailedEventArgs> CacheInitializationFailed
public:
event EventHandler<CacheInitializationFailedEventArgs^>^ CacheInitializationFailed
Event Data

The event handler receives an argument of type CacheInitializationFailedEventArgs containing data related to this event. The following CacheInitializationFailedEventArgs properties provide information specific to this event.

PropertyDescription
DefaultCacheTimeout Gets or sets the default cache timeout value.
LoadDefault Gets or sets a value indicating whether to load default cache values without connecting to the WCF service.
Remarks

This event is raised each time the MedicalWebViewerLoader fail to retrieve the cache initialization information from the WCf service.

Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


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