Click or drag to resize
SystemProperties Constructor (Properties)
Constructor. Sets the default (hard-coded) values first, and then 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
)

Parameters

properties
Type: GemStone.GemFire.CacheProperties
initialize with the given properties
See Also