LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Context Property
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : Context Property



The Context Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Gets the context which the cached items belongs to.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Context As String
Visual Basic (Usage)Copy Code
Dim instance As Cache
Dim value As String
 
value = instance.Context
C# 
public string Context {get;}
C++/CLI 
public:
property String^ Context {
   String^ get();
}

Property Value

A System.String representing the user or the application managing the cache contents.

Remarks

This value is used to specify the cache context for different users of the cache. Each user should use different context to separate the cache items.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also