DataCacheFactoryConfiguration Members
Specifies the configuration settings for a new cache client.
The following tables list the members exposed by the DataCacheFactoryConfiguration type.
Public Constructors
Name | Description | |
---|---|---|
DataCacheFactoryConfiguration | Initializes a new instance of the DataCacheFactoryConfiguration class. |
Top
Public Properties
Name | Description | |
---|---|---|
ChannelOpenTimeout | Gets or sets the length of time that the cache client waits to establish a network connection with the server. | |
LocalCacheProperties | Gets or sets the local cache settings for the cache client. | |
MaxConnectionsToServer | Specifies the maximum number of channels to open to the cache cluster. | |
NotificationProperties | Gets or sets the notification settings for the cache client. | |
RequestTimeout | Gets or sets the length of time that the cache client waits for a response from the server for each request. | |
SecurityProperties | Gets or sets the security properties for the cache client, which includes the ability to sign and/or encrypt data sent between the client and server. | |
Servers | Gets or sets an array of DataCacheServerEndpoint objects. Each DataCacheServerEndpoint represents a cache host in the cache cluster. | |
TransportProperties | Gets or sets the transport properties for the cache client. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Clone | Create a duplicate DataCacheFactoryConfiguration object. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26