SystemProperties Constructor (Properties, String) |
Constructor.
- Sets the default (hard-coded) values.
- Overwrites those with any values from systemDefault/gfcpp.properties
- Overwrites those with any values from the given file (if it exists)
or the local ./gfcpp.properties (if the given file does not exist).
- Overwrites those with any values found in the given properties.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic SystemProperties(
Properties properties,
string configFile
)
Public Sub New (
properties As Properties,
configFile As String
)
public:
SystemProperties(
Properties^ properties,
String^ configFile
)
new :
properties : Properties *
configFile : string -> SystemProperties
Parameters
- properties
- Type: GemStone.GemFire.CacheProperties
these overwrite any other values already set - configFile
- Type: SystemString
see summary
See Also