Occurs when connecting to the WCF service fail to retrieve the cache timeout information.
public event EventHandler<CacheInitializationFailedEventArgs> CacheInitializationFailed Public Event CacheInitializationFailed As EventHandler(Of CacheInitializationFailedEventArgs)
public:event EventHandler<CacheInitializationFailedEventArgs^>^ CacheInitializationFailed
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.
| Property | Description | 
|---|---|
| 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. | 
This event is raised each time the MedicalWebViewerLoader fail to retrieve the cache initialization information from the WCf service.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
