Class NCacheScaleoutConfiguration
NCacheScaleoutConfiguration extends the implementation of ScaleoutConfiguration class. It provides settings for cache server such as cache name and event key.
Inheritance
System.Object
NCacheScaleoutConfiguration
Assembly: Alachisoft.NCache.AspNet.SignalR.dll
Syntax
public class NCacheScaleoutConfiguration : ScaleoutConfiguration
Constructors
Name | Description |
---|---|
NCache |
Initializes NCacheScaleoutConfiguration properties of CacheName, EventKey, UserID and Password. |
Properties
Name | Description |
---|---|
Event |
Unique, user specified key attribute for the item added to NCache on client registration. |
Password | Specifies the password of authorized user, required when security is enabled on Cache Server. |
User |
Specifies the userId of authorized user, required when security is enabled on Cache Server. |