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 |
|---|---|
| NCacheScaleoutConfiguration(String, String, String, String) | Initializes NCacheScaleoutConfiguration properties of CacheName, EventKey, UserID and Password. |
Properties
| Name | Description |
|---|---|
| EventKey | 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. |
| UserID | Specifies the userId of authorized user, required when security is enabled on Cache Server. |