Occurs when connecting to the WCF service fail to retrieve the cache timeout information.
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.