LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Context Property

LEADTOOLS SDK Help  |  



Gets the context which the cached items belongs to.
Syntax
public string Context {get;}
public:
property String^ Context {
   String^ get();
}
'Declaration
 
Public ReadOnly Property Context As String
 
'Usage
 
Dim instance As Cache
Dim value As String
 
value = instance.Context

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

See Also

Reference

Cache Class
Cache Members

 

 


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