LEADTOOLS Medical (Leadtools.Medical.Caching assembly)
LEAD Technologies, Inc

Context Property






Gets the context which the cached items belongs to.
Syntax
public string Context {get;}
'Declaration
 
Public ReadOnly Property Context As String
'Usage
 
Dim instance As Cache
Dim value As String
 
value = instance.Context
public string Context {get;}
 get_Context(); 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cache Class
Cache Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.