Occurs when connecting to the WCF service fail to retrieve the cache timeout information.
Syntax
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.
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. |
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also