Click or drag to resize
SystemProperties Constructor (Properties, String)
Constructor.
  1. Sets the default (hard-coded) values.
  2. Overwrites those with any values from systemDefault/gfcpp.properties
  3. Overwrites those with any values from the given file (if it exists) or the local ./gfcpp.properties (if the given file does not exist).
  4. Overwrites those with any values found in the given properties.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public SystemProperties(
	Properties properties,
	string configFile
)

Parameters

properties
Type: GemStone.GemFire.CacheProperties
these overwrite any other values already set
configFile
Type: SystemString
see summary
See Also