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






Specifies the file server connection string to store data cache. Specifies the file server connection string to store data cache.

Syntax

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

Remarks

WebCombo.NET v4.0 allows you to store data cache to a physical disc in the local computer or a shared drive in network. If you choose "FileServer" on DataCacheStorage, the data cache will be stored to the path defined in CacheServerConnection property. 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.