Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Sets the location of the cache factory configuration file.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public static void SetCacheFactoryConfig(
	string resourcePath
)

Parameters

resourcePath
Type: System..::.String
The resource path of the cache factory configuration file.

See Also