←Select platform

CacheInitializationFailed Event

Summary

Occurs when connecting to the WCF service fail to retrieve the cache timeout information.

Syntax

C#
VB
C++
public event EventHandler<CacheInitializationFailedEventArgs> CacheInitializationFailed 
  
Public Event CacheInitializationFailed As EventHandler(Of CacheInitializationFailedEventArgs) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly