Intersoft WebGrid Documentation
CacheServerConnection Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : CacheServerConnection Property






Specifies the file server connection string to store data cache.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the file server connection string to store data cache.")>
<DefaultValueAttribute()>
<CategoryAttribute("Data")>
Public Property CacheServerConnection As String
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As String
 
instance.CacheServerConnection = value
 
value = instance.CacheServerConnection
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the file server connection string to store data cache.")]
[DefaultValueAttribute()]
[CategoryAttribute("Data")]
public string CacheServerConnection {get; set;}
Delphi 
public read-write property CacheServerConnection: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies the file server connection string to store data cache.")
DefaultValueAttribute()
CategoryAttribute("Data")
public function get,set CacheServerConnection : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the file server connection string to store data cache.")]
[DefaultValueAttribute()]
[CategoryAttribute("Data")]
public: __property string* get_CacheServerConnection();
public: __property void set_CacheServerConnection( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the file server connection string to store data cache.")]
[DefaultValueAttribute()]
[CategoryAttribute("Data")]
public:
property String^ CacheServerConnection {
   String^ get();
   void set (    String^ value);
}

Remarks

This is a new property where users can determine where to store data cache in physical hard-disk. This new option allows better scalability and reliability to your web application, as the data caches are no longer stored in ASP.NET’s worker process or Session.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.