LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

CreateCache Method

Show in webframe



A DicomWCFStreamer to get initialization data from the WCF service.
Creates a Leadtools.Medical.Caching.Cache object.
Syntax
'Declaration
 
Protected Overridable Function CreateCache( _
   ByVal streamer As DicomWCFStreamer _
) As Leadtools.Medical.Caching.Cache
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim streamer As DicomWCFStreamer
Dim value As Leadtools.Medical.Caching.Cache
 
value = instance.CreateCache(streamer)
protected virtual Leadtools.Medical.Caching.Cache CreateCache( 
   DicomWCFStreamer streamer
)
protected:
virtual Leadtools.Medical.Caching.Cache^ CreateCache( 
   DicomWCFStreamer^ streamer
) 

Parameters

streamer
A DicomWCFStreamer to get initialization data from the WCF service.

Return Value

Returns a Leadtools.Medical.Caching.Cache object to store the information retrieved from the WCf service.
Remarks

Note to inheritors: Override this method only when you need to change the way to retrieve the cache initialization parameters, if you only want to create your custom type of Leadtools.Medical.Caching.Cache with the same initialization information override the GetCache method.

If you override this method without calling the base class you should manually call the GetCache method.

Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


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