Table of Contents

Constructor LegacyXmlConfiguration

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

LegacyXmlConfiguration(string)

Constructs an IConfiguration object for use with the CacheBuilder when using the .NET Framework's System.Configuration infrastructure (web.config and app.config files).

public LegacyXmlConfiguration(string cacheConfigName)

Parameters

cacheConfigName string

String matching the value of the cacheConfigName attribute in an entry under the config file's <cacheConfigs> section.